Available on crate feature
futures only.Expand description
Future related synchronization primitives.
Structs§
- Atomic
Waker - Mock implementation of
tokio::sync::AtomicWaker.
Functions§
- block_
on - Block the current thread, driving
fto completion.