localrest ~test-with-upstream (2022-01-13T23:20:54.8481713)
Dub
Repo
FiberScheduler.FiberBinarySemaphore
geod24
concurrency
FiberScheduler
Undocumented in source.
class
FiberScheduler
protected
class
FiberBinarySemaphore {
void
wait
();
bool
wait
(Duration period);
void
notify
();
bool
shouldBlock
();
}
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
Source
See Implementation
geod24
concurrency
FiberScheduler
classes
FiberBinarySemaphore
InfoFiber
functions
create
schedule
spawn
start
properties
thisInfo
static functions
yield