Emits the signal, waking up all owners of the signal.
A counter that is increased with every emit() call
Emits the signal, waking up a single owners of the signal.
Acquires ownership and waits until the signal is emitted.
Acquires ownership and waits until the signal is emitted and the emit count is larger than a given one.
Same as wait, but defers throwing any InterruptException.
A manually triggered single threaded cross-task event.
Note: the ownership can be shared between multiple fibers of the same thread.