async v0.1.19 (2019-03-16T00:48:19Z)
Dub
Repo
IocpContext
async
event
iocp
Undocumented in source.
version(Windows)
struct
IocpContext {
OVERLAPPED
overlapped
;
IocpOperation
operation
;
int
fd
;
}
Members
Variables
fd
int
fd
;
Undocumented in source.
operation
IocpOperation
operation
;
Undocumented in source.
overlapped
OVERLAPPED
overlapped
;
Undocumented in source.
Meta
Source
See Implementation
async
event
iocp
aliases
LoopSelector
classes
Iocp
enums
IocpOperation
structs
IocpContext