Structs§
- XetRuntime
XetRuntimeis the async execution backend: it either owns a Tokio multi-thread runtime or wraps an externalTokioRuntimeHandle(seeRuntimeMode).
Enums§
- Runtime
Mode - Whether the runtime owns its tokio thread pool or wraps an external handle.