Expand description
Runtime-independent synchronization primitives for asynchronous Rust.
Modules§
- local
!Send
implementations
Structs§
- Notified
- A future waiting for a wake-up notification.
Notified
is returned fromNotify::notified
. - Notify
- Notifies a single task to wake up.