Crate ya_runtime_sdk[][src]

Re-exports

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

Modules

cli
env
error
serialize
server

Structs

Context

Runtime execution context

ErrorResponse
EventEmitter

Runtime event emitter

KillProcess
ProcessStatus
RunCommandContext

Command execution handler

RunProcess

Enums

RuntimeMode

Defines the mode of execution for commands within the runtime.

Traits

RunCommandExt

Wraps command lifecycle in the following manner:

Runtime

Command handling interface for runtimes

RuntimeDef

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

Functions

run

Starts the runtime

run_with

Starts the runtime using a custom environment configuration provider

Type Definitions

EmptyResponse
OutputResponse
ProcessId
ProcessIdResponse