Expand description
Task handling, including wasm safe logic
Re-exports§
pub use crate::runtime::*;
Modules§
- Just-in-time initialization
- Wait for a task to finish.
Structs§
- An error used as a “cancelled” marker in
Cancellable. - A group of task working together
Traits§
MaybeSendis no-op on wasm andSendon non wasm.MaybeSyncis no-op on wasm andSyncon non wasm.
Functions§
Type Aliases§
- Operation that can potentially get cancelled returning no result (e.g. program shutdown).