primitives library

This library contains native synchronization primitives such as Mutex and ConditionVariable implemented on top of low-level primitives provided by the OS.

See OS specific documentation for more details:

Classes

ConditionVariable
A condition variable synchronization primitive.
Mutex
A mutex synchronization primitive.