FiberScheduler.FiberBinarySemaphore

Undocumented in source.
class FiberScheduler
protected
class FiberBinarySemaphore {}

Members

Functions

notify
void notify()
Undocumented in source. Be warned that the author may not have intended to support it.
shouldBlock
bool shouldBlock()

Query if FiberBinarySemaphore should still block

wait
void wait()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
bool wait(Duration period)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta