Crate os_sync

Source
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
SemaphoreGuard
Semaphore guard

Traits§

Semaphore
Describes Semaphore interface

Type Aliases§

SemMutex
Alias to SemMutex with default Semaphore implementation