Crates.io | rufutex |
lib.rs | rufutex |
version | 0.4.0 |
source | src |
created_at | 2024-12-22 12:17:00.423564 |
updated_at | 2025-01-08 21:08:39.692558 |
description | Ulrich Drepper's mutex using futex implementation in Rust |
homepage | |
repository | https://github.com/yangosoft/rufutex |
max_upload_size | |
id | 1491899 |
size | 20,876 |
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: