Expand description
Task handling, including wasm safe logic
Re-exports§
pub use crate::runtime::*;
Modules§
- inner 🔒
- 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§
MaybeSend
is no-op on wasm andSend
on non wasm.MaybeSync
is no-op on wasm andSync
on non wasm.
Functions§
Type Aliases§
- Operation that can potentially get cancelled returning no result (e.g. program shutdown).