rustix-futex-sync
Linux futex-based synchronization
Linux futex-based implementations of [Mutex], [RwLock], and [Condvar], derived from the futex code in std, factored out to a standalone no_std crate using rustix to do the futex and lock_api to provide most of the public API.
Mutex
RwLock
Condvar
no_std
rustix
lock_api