Expand description

Synchronization primitives.

Re-exports

pub use mutex::Mutex;
pub use mutex::MutexGuard;
pub use semaphore::Semaphore;
pub use semaphore::SemaphorePermit;

Modules

Enums

Common error type for all sync primitives