hio ~master (2020-10-10T18:54:29Z)
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(ref IOResult) @(safe) callback)
Meta
Source
See Implementation
hio
socket
hlSocket
constructors
this
destructors
~this
functions
accept
bind
blocking
close
connect
connected
describe
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