FiberScheduler.FiberBlocker

Undocumented in source.

Members

Functions

getTimeout
MonoTime getTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
hasTimedOut
bool hasTimedOut()

Query if the internal timer has timed out

notify
void notify()

Unblock the Fiber waiting on this blocker

shouldBlock
bool shouldBlock()

Query if FiberBlocker should still block

stopTimer
bool stopTimer()

Try freezing the internal timer

wait
bool wait(Duration period)

Wait on the blocker with optional timeout

Meta