Async multi-producer, multi-consumer FIFO queue communication utilies
MPMC Channel implementation for effection
WebGPU lock-free queue assets for flat and DAG-ready GPU job scheduling.
copy-pasted from old rust stdlib
A blazingly fast lock-free MPMC queue that beats crossbeam-channel on SPSC workloads.
multi-mpmc, cancellable, scheduler with rate limiting
Lock-free ring buffers (SPSC, MPSC, SPMC, MPMC, and broadcast) for high-performance concurrent communication
A multi-producer multi-consumer queue implementation based on Tokio
A fast mpmc broadcast queue
Mpmc async map implementation for highly concurrent low-write access
A fast mpmc broadcast queue
A production-ready Rust crate for lock-free concurrent data structures with performance monitoring
A bounded multi-producer multi-consumer queue using Mutex + Condvar
Atomic Multi-Producer Multi-Consumer Queue
A Rust mpmc-ringbuf queue