hunt v1.4.18 (2021-11-01T06:18:24Z)
Home
Dub
Repo
AbstractStream.onWriteDone
hunt
io
channel
iocp
AbstractStream
AbstractStream
* Called by selector after data sent * Note: It's only for IOCP selector:
class
AbstractStream
void
onWriteDone
(
size_t
nBytes
)
Meta
Source
See Implementation
hunt
io
channel
iocp
AbstractStream
AbstractStream
constructors
this
functions
beginRead
cancelWrite
checkAllWriteDone
doConnect
doRead
initializeWriteQueue
isClient
isConnected
onClose
onDisconnected
onRead
onWrite
onWriteDone
resetWriteStatus
tryWrite
mixins
__anonymous
variables
_bufferForRead
_family
_writeQueue
dataReceivedHandler
dataWriteDoneHandler
disconnectionHandler
isWriteCancelling
* Called by selector after data sent * Note: It's only for IOCP selector: