Structs§
- Default
Runtime Guard - Guard returned by
set_default_runtime.
Enums§
- Runtime
Context - 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
fwith the default runtime context. - with_
runtime - Runs
fwith an explicitly supplied runtime installed for the duration of the closure.