FiberSocket.receive

The Phobos overloads are still available too, they forward to the overrides in this class and thus work the same way.

  1. ptrdiff_t receive(void[] buf, SocketFlags flags)
  2. alias receive = typeof(super).receive
    class FiberSocket
    alias receive = typeof(super).receive

Meta