mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
State.__anonymous
mecca
reactor
subsystems
poller
FdContext
State
Undocumented in source.
struct
State
union
__anonymous {
FiberHandle
fibHandle
;
void
delegate
(
void
*
opaq
)
callback
;
reactorSignal
.
SignalHandler
signalHandler
;
}
Members
Variables
callback
void
delegate
(
void
*
opaq
)
callback
;
Undocumented in source.
fibHandle
FiberHandle
fibHandle
;
Undocumented in source.
signalHandler
reactorSignal
.
SignalHandler
signalHandler
;
Undocumented in source.
Meta
Source
See Implementation
mecca
reactor
subsystems
poller
FdContext
State
unions
__anonymous
variables
opaq
type