fibre 0.4.0

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
//! Utilities for asynchronous operations, wakers, and future skeletons.

// Re-export AtomicWaker from futures-util for internal crate use.
// This is the recommended way to get a robust AtomicWaker.
pub(crate) use futures_util::task::AtomicWaker;