FiberSocket.send

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

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

Meta