Mnwa / fast-async-mutex
The fast async mutex which uses spinlock algorithm with using waker
☆11Updated 4 years ago
Alternatives and similar repositories for fast-async-mutex:
Users that are interested in fast-async-mutex are comparing it to the libraries listed below
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Object Pool LockFree in Rust☆46Updated 3 months ago
- Bounded MPMC channel abstraction on top of a ring buffer☆41Updated 3 weeks ago
- File/log rotation writer for Rust☆30Updated last month
- Simple Rust triggers that allows triggering a one time event in another task/thread