Skip to main content

Module runtime

Module runtime 

Source

Structs§

XetRuntime
XetRuntime is the async execution backend: it either owns a Tokio multi-thread runtime or wraps an external TokioRuntimeHandle (see RuntimeMode).

Enums§

RuntimeMode
Whether the runtime owns its tokio thread pool or wraps an external handle.