rufutex

Crates.iorufutex
lib.rsrufutex
version0.4.0
sourcesrc
created_at2024-12-22 12:17:00.423564
updated_at2025-01-08 21:08:39.692558
descriptionUlrich Drepper's mutex using futex implementation in Rust
homepage
repositoryhttps://github.com/yangosoft/rufutex
max_upload_size
id1491899
size20,876
Yangosoft (yangosoft)

documentation

README

rufutex

rufutex workflow crates.io documentation

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:

See rufutex-example.rs

Commit count: 9

cargo fmt