libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
COSocketMixins.CleanupData
libasync
posix
COSocketMixins
Undocumented in source.
mixintemplate
COSocketMixins
()
struct
CleanupData {
EventInfo
*
evInfo
;
bool
connected
;
bool
disconnecting
;
bool
writeBlocked
;
bool
readBlocked
;
}
Members
Variables
connected
bool
connected
;
Undocumented in source.
disconnecting
bool
disconnecting
;
Undocumented in source.
evInfo
EventInfo
*
evInfo
;
Undocumented in source.
readBlocked
bool
readBlocked
;
Undocumented in source.
writeBlocked
bool
writeBlocked
;
Undocumented in source.
Meta
Source
See Implementation
libasync
posix
COSocketMixins
properties
connected
disconnecting
evInfo
readBlocked
writeBlocked
structs
CleanupData