Module runtime

Module runtime 

Source

Structs§

DefaultRuntimeGuard
Guard returned by set_default_runtime.

Enums§

RuntimeContext
Runtime execution context used by builder .run() entry points.

Functions§

set_default_runtime
Sets the default runtime context for builder .run().
with_default_runtime
Runs f with the default runtime context.
with_runtime
Runs f with an explicitly supplied runtime installed for the duration of the closure.