5 releases (3 breaking)
new 0.4.0 | Jan 8, 2025 |
---|---|
0.3.0 | Jan 7, 2025 |
0.2.1 | Jan 6, 2025 |
0.2.0 | Jan 5, 2025 |
0.1.0 | Dec 22, 2024 |
#291 in Concurrency
398 downloads per month
18KB
257 lines
rufutex
Ulrich Drepper's mutex using futex implementation in Rust.
Based on Eli Bendersky Mutex https://eli.thegreenplace.net/2018/basics-of-futexes/ implementation of the Ulrich Drepper's Futexes are Tricky paper
Examples:
lib.rs
:
Linux shared memory futex for Rust implementation based on https://eli.thegreenplace.net/2018/basics-of-futexes/
YangoSoft
Dependencies
~145KB