hio v0.0.4 (2019-10-18T11:46:13Z)
Dub
Repo
hlSocket.send
hio
socket
hlSocket
just send, no callbacks, no timeouts, nothing returns what os-level send returns
long
send
(immutable(ubyte)[] data)
class
hlSocket
@
trusted
long
send
(
immutable
(
ubyte
)[]
data
)
IOResult
send
(hlEvLoop loop, immutable(ubyte)[] data, Duration timeout, void delegate(IOResult) @(safe) callback)
Meta
Source
See Implementation
hio
socket
hlSocket
constructors
this
destructors
~this
functions
accept
bind
blocking
close
connect
connected
eventHandler
fileno
io
io_handler
listen
open
send
socket_errno
stopPolling
timeoutHandler
toString
just send, no callbacks, no timeouts, nothing returns what os-level send returns