Alternative to RecursiveTaskMutex that supports interruption.
Alternative to TaskCondition that supports interruption.
Alternative to TaskMutex that supports interruption.
Alternative to TaskReadWriteMutex that supports interruption.
Thread-local semaphore implementation for tasks.
Recursive mutex implementation for tasks.
Event loop based condition variable or "event" implementation.
Mutex implementation for fibers.
A ReadWriteMutex implementation for fibers.
Creates a new signal that can be shared between fibers.
Creates a new signal that can be shared between fibers.
private
A manually triggered cross-task event.
RAII lock for the Mutex class.
Interruptible Task synchronization facilities