[go: up one dir, main page]

Module future

Module future 

Source
Available on crate feature futures only.
Expand description

Future related synchronization primitives.

Structs§

AtomicWaker
Mock implementation of tokio::sync::AtomicWaker.

Functions§

block_on
Block the current thread, driving f to completion.