fibre 0.5.3

High-performance, safe, memory-efficient sync/async channels built for real-time, low-overhead communication in concurrent Rust applications.
Documentation
1
2
3
4
5
//! Crate-internal utilities. These are not part of the public API.

pub(crate) mod cache_padded;
pub(crate) mod waiter;
pub(crate) mod blocked_deque;