futures-core 0.3.21

The core traits and types in for the `futures` library.
Documentation
1
2
3
4
#[cfg(not(futures_no_atomic_cas))]
mod atomic_waker;
#[cfg(not(futures_no_atomic_cas))]
pub use self::atomic_waker::AtomicWaker;