Re-exports

pub use ya_runtime_api as runtime_api;
pub use cli::Command;

Modules

Structs

Enums

Runtime event kind

Defines the mode of execution for commands within the runtime.

Traits

Wraps command lifecycle in the following manner:

Command handling interface for runtimes

Runtime definition trait. Auto-generated with #[derive(RuntimeDef)]

Functions

Creates a new runtime execution future within a new tokio::task::LocalSet, using a custom environment configuration provider and a runtime factory

Starts the runtime within a new tokio::task::LocalSet

Starts the runtime within a new tokio::task::LocalSet, using a custom environment configuration provider

Type Definitions