Expand description
Task handling, including wasm safe logic
Re-exports§
pub use crate::runtime::*;
Modules§
Structs§
- Cancelled
- An error used as a “cancelled” marker in
Cancellable
. - Shutting
Down Error - Task
Group - A group of task working together
- Task
Handle - Task
Panic 🔒Guard - Task
Shutdown Token
Traits§
- Maybe
Send MaybeSend
is no-op on wasm andSend
on non wasm.- Maybe
Sync MaybeSync
is no-op on wasm andSync
on non wasm.
Functions§
Type Aliases§
- Cancellable
- Operation that can potentially get cancelled returning no result (e.g. program shutdown).