vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
LibasyncTCPConnection.Waiter
index
vibe
core
drivers
libasync
LibasyncTCPConnection
Undocumented in source.
class
LibasyncTCPConnection
@
trusted
struct
Waiter {
Task
task
;
bool
isWaiting
;
bool
noExcept
;
void
acquire
();
void
release
();
bool
amOwner
();
}
Members
Functions
acquire
void
acquire
()
Undocumented in source. Be warned that the author may not have intended to support it.
amOwner
bool
amOwner
()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void
release
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
isWaiting
bool
isWaiting
;
Undocumented in source.
noExcept
bool
noExcept
;
Undocumented in source.
task
Task
task
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
core
drivers
libasync
LibasyncTCPConnection
constructors
this
functions
close
finalize
flush
handler
onConnect
peek
read
readChunk
waitForData
write
properties
connected
dataAvailableForRead
empty
keepAlive
leastSize
localAddress
peerAddress
readTimeout
remoteAddress
tcpNoDelay
structs
Settings
TCPConnectionImpl
Waiter