libasync ~master (2022-03-06T23:14:01.0131872)
Dub
Repo
AsyncTCPConnection.send
libasync
tcp
AsyncTCPConnection
Send data through the underlying stream by moving it into the OS buffer.
class
AsyncTCPConnection
nothrow final pragma(
inline
, true)
uint
send
(
in
ubyte
[]
ub
)
Meta
Source
See Implementation
libasync
tcp
AsyncTCPConnection
constructors
this
functions
host
ip
kill
recv
run
send
setOption
mixins
__anonymous
properties
inbound
isConnected
local
noDelay
peer
preInitializedSocket
socket
variables
m_evLoop
Send data through the underlying stream by moving it into the OS buffer.