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
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- fastdate☆19Updated 4 months ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- An easy-to-use recorder and viewer for high-performance traces☆40Updated 3 months ago
- File/log rotation writer for Rust☆30Updated 7 months ago
- Object Pool LockFree in Rust☆45Updated last month
- futures::AtomicWaker extracted into its own crate☆25Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 9 months ago
- A Configuration Library for Rust Applications☆39Updated 3 weeks ago
- Timer facilities for Rust's async story☆56Updated 4 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆36Updated 3 months ago
- Simple Rust triggers that allows triggering a one time event in another task/thread☆22Updated 3 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- ☆38Updated last year
- Convert closures into wakers☆45Updated last month
- rust coroutine database driver (Mysql,Postgres,Sqlite,Mssql)☆14Updated last year
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Duplicate an async I/O handle☆40Updated last month
- Bounded MPMC channel abstraction on top of a ring buffer☆40Updated 6 months ago
- Asynchronous interface to official Bluetooth Low Energy APIs on Linux (BlueZ)☆40Updated 3 years ago
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated 2 weeks ago
- rust utility for temporarily changing directory☆15Updated last year
- ☆38Updated this week
- An LRU cache implementation with constant time operations and weighted semantic.☆41Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆46Updated 2 years ago
- Static Linear Algebra System☆36Updated last year
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust