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 MaybeSendis no-op on wasm andSendon non wasm.- Maybe
Sync MaybeSyncis no-op on wasm andSyncon non wasm.
Functions§
Type Aliases§
- Cancellable
- Operation that can potentially get cancelled returning no result (e.g. program shutdown).