FiberTimerEvent.this

Constructor. Initialises (but does not register) the timer fd.

class FiberTimerEvent
this
(
SelectFiber fiber
,
bool realtime = false
)

Parameters

fiber SelectFiber

fiber instance to be suspended/resumed by the timer

realtime bool

true: use a settable system-wide clock. false: use a non-settable clock that is not affected by discontinuous changes in the system clock (e.g., manual changes to system time).

Meta