Concurrent multi-producer multi-consumer queue
☆301Dec 2, 2025Updated 2 months ago
Alternatives and similar repositories for concurrent-queue
Users that are interested in concurrent-queue are comparing it to the libraries listed below
Sorting:
- Notify async tasks or threads☆504Feb 7, 2026Updated 3 weeks ago
- Async multi-producer multi-consumer channel☆933Jul 6, 2025Updated 7 months ago
- Task abstraction for building executors☆572Feb 13, 2026Updated 2 weeks ago
- Run closures in parallel☆114Jan 19, 2025Updated last year
- Futures, streams, and async I/O combinators.☆536Feb 5, 2026Updated 3 weeks ago
- Thread parking and unparking☆82Jan 19, 2025Updated last year
- Convert closures into wakers☆47Jan 19, 2025Updated last year
- Async executor☆439Feb 18, 2026Updated last week
- Async I/O and timers☆585Feb 15, 2026Updated last week
- A thread pool for isolating blocking I/O in async programs☆375Aug 31, 2025Updated 6 months ago
- futures::AtomicWaker extracted into its own crate☆38Feb 15, 2026Updated 2 weeks ago
- Async synchronization primitives☆284Dec 21, 2025Updated 2 months ago
- Portable interface to epoll, kqueue, event ports, and wepoll☆713Feb 7, 2026Updated 3 weeks ago
- Duplicate an async I/O handle☆41Feb 15, 2026Updated 2 weeks ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- Async filesystem primitives☆144Feb 15, 2026Updated 2 weeks ago
- A lightweight version of pin-project written with declarative macros.☆273Feb 9, 2026Updated 2 weeks ago
- Spin-based synchronization primitives☆586Feb 5, 2026Updated 3 weeks ago
- A simple and fast random number generator☆564Feb 9, 2026Updated 2 weeks ago
- Async broadcast channels☆191Aug 19, 2025Updated 6 months ago
- Async networking primitives for TCP/UDP/Unix communication☆140Feb 15, 2026Updated 2 weeks ago
- Async interface for working with processes☆207Sep 14, 2025Updated 5 months ago
- Slab allocator for Rust☆875Jan 31, 2026Updated last month
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- [DEPRECATED] Non-blocking TCP or Unix connect☆14May 1, 2021Updated 4 years ago
- A crate for safe and ergonomic pin-projection.☆705Feb 16, 2026Updated last week
- Atomic operations on potentially uninitialized integers.☆28Updated this week
- A safe and fast multi-producer, multi-consumer channel.☆2,884Dec 22, 2025Updated 2 months ago
- Structured concurrency operations for async Rust☆489Jan 28, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Efficient, lock-free, bounded Rust broadcast channel☆837Sep 9, 2023Updated 2 years ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- A high performance concurrent caching library for Rust☆2,412Feb 18, 2026Updated last week
- Fast floating point to string conversion☆692Feb 16, 2026Updated last week
- Asynchronous streams for Rust using async & await notation☆739Dec 8, 2024Updated last year
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- A multiprocess drop-in replacement for Rust channels☆1,088Feb 3, 2026Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆18Feb 7, 2026Updated 3 weeks ago