hlSocket.send

just send, no callbacks, no timeouts, nothing returns what os-level send returns

  1. long send(immutable(ubyte)[] data)
    class hlSocket
    @trusted
    long
    send
    (
    immutable(ubyte)[] data
    )
  2. IOResult send(hlEvLoop loop, immutable(ubyte)[] data, Duration timeout, void delegate(ref IOResult) @(safe) callback)

Meta