fibre 0.5.6

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
6
//! Crate-internal utilities. These are not part of the public API.

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