rufutex
Ulrich Drepper's mutex using futex implementation in Rust
It also implements a mutex based on Eli Bendersky Mutex https://eli.thegreenplace.net/2018/basics-of-futexes/ implementation of the Ulrich Drepper's Futexes are Tricky paper
Examples:
Ulrich Drepper's mutex using futex implementation in Rust
It also implements a mutex based on Eli Bendersky Mutex https://eli.thegreenplace.net/2018/basics-of-futexes/ implementation of the Ulrich Drepper's Futexes are Tricky paper
Examples: