- _fimpl
FallbackEventLoopImpl _fimpl;
Undocumented in source.
- _name
string _name;
Undocumented in source.
- _nimpl
NativeEventLoopImpl _nimpl;
Undocumented in source.
- deinit
void delegate() deinit;
Undocumented in source.
- detach
void delegate(int) detach;
Undocumented in source.
- getKernelId
int delegate() getKernelId;
Undocumented in source.
- run
void delegate(scope Duration = Duration.max) run;
Undocumented in source.
- shutdown
void delegate() shutdown;
Undocumented in source.
- startPoll
void delegate(int, AppEvent, FileEventHandler) startPoll;
Undocumented in source.
- startSignal
void delegate(Signal) startSignal;
Undocumented in source.
- startTimer
void delegate(Timer) startTimer;
Undocumented in source.
- stop
void delegate() stop;
Undocumented in source.
- stopPoll
void delegate(int, AppEvent) stopPoll;
Undocumented in source.
- stopSignal
void delegate(Signal) stopSignal;
Undocumented in source.
- stopTimer
void delegate(Timer) stopTimer;
Undocumented in source.
- stopWaitForUserEvent
void delegate(int, FileEventHandler) stopWaitForUserEvent;
Undocumented in source.
- waitForUserEvent
void delegate(int, FileEventHandler) waitForUserEvent;
Undocumented in source.