mutex
Here are 20 public repositories matching this topic...
Owned mutex guards for refcounted mutexes.
-
Updated
Feb 8, 2025 - Rust
The fast async mutex which uses spinlock algorithm with using waker
-
Updated
Dec 6, 2020 - Rust
An idiomatic Rust mutex type for Windows kernel driver development.
-
Updated
Jan 8, 2025 - Rust
An implementation of Mellor-Crummey and Scott lock for mutual exclusion, referred to as MCS lock.
-
Updated
May 1, 2025 - Rust
One-shot locks that panic instead of (dead)locking on contention.
-
Updated
Mar 21, 2025 - Rust
Tutorials about Rust concurrency using atomics, mutexes, rwlocks, scoped threads and conditional variables.
-
Updated
May 1, 2023 - Rust
Rust implementation of the Dining Philosophers problem with message-based validation and unit tests
-
Updated
May 26, 2025 - Rust
Using Arc<T> and Mutex<T> for shared state concurrency
-
Updated
Feb 10, 2022 - Rust
An implementation of Dave Dice's scalable, concurrency restrictive and eventually fair lock for mutual exclusion, referred to as Malthusian lock (WIP).
-
Updated
May 1, 2025 - Rust
Rust synchronization primitives usable in async context
-
Updated
Mar 14, 2022 - Rust
An implementation of Craig and, indenpendently, Magnussen, Landin, and Hagersten queue lock for mutual exclusion, referred to as CLH lock.
-
Updated
May 1, 2025 - Rust
Improve this page
Add a description, image, and links to the mutex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mutex topic, visit your repo's landing page and select "manage topics."