mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
FdContext
mecca
reactor
subsystems
poller
Undocumented in source.
struct
FdContext {
import
mecca
.
reactor
:
FiberHandle
;
;
enum
Type
;
struct
State
;
int
fdNum
;
State
[
Direction
.
max
]
states
;
}
Members
Enums
Type
enum
Type
Undocumented in source.
Structs
State
struct
State
Undocumented in source.
Variables
fdNum
int
fdNum
;
Undocumented in source.
states
State
[
Direction
.
max
]
states
;
Undocumented in source.
Meta
Source
See Implementation
mecca
reactor
subsystems
poller
enums
Direction
properties
poller
structs
FdContext