Crate syncrs

Source
Expand description

Spinlock-based synchronization primitives

Re-exports§

pub use mutex::Mutex;
pub use rwlock::RwLock;

Modules§

mutex
A mutex, providing unique syncronized access to a value
rwlock
A read-write lock
semaphore
spin