Expand description
Simple synchronization primitives based on OS semaphore.
Re-exports§
pub use mutex::Mutex;
Modules§
- mutex
- Mutex implementations
Structs§
- Once
- A synchronization primitive which can be used to run a one-time global initialization.
- Sem
- POSIX implementation of Semaphore
- Semaphore
Guard - Semaphore guard
Traits§
- Semaphore
- Describes Semaphore interface