libasync v0.6.7 (2015-01-25T14:26:55Z)
Dub
Repo
TCPConnectionMixins.CleanupData
libasync
posix
TCPConnectionMixins
Undocumented in source.
mixintemplate
TCPConnectionMixins
()
struct
CleanupData {
EventInfo
*
evInfo
;
bool
connected
;
bool
disconnecting
;
bool
writeBlocked
;
}
Members
Variables
connected
bool
connected
;
Undocumented in source.
disconnecting
bool
disconnecting
;
Undocumented in source.
evInfo
EventInfo
*
evInfo
;
Undocumented in source.
writeBlocked
bool
writeBlocked
;
Undocumented in source.
Meta
Source
See Implementation
libasync
posix
TCPConnectionMixins
properties
connected
disconnecting
evInfo
writeBlocked
structs
CleanupData