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