Skip to main content

Crate relux_runtime

Crate relux_runtime 

Source

Re-exports§

pub use runtime_context::RuntimeContext;
pub use runtime_context::ShellConfig;

Modules§

cancel
Cancellation primitives shared by the run scheduler, per-test watchdog, VM, BIFs, and effect manager. Wraps tokio_util::sync::CancellationToken with a per-token reason slot so observers can answer “why was I cancelled?” without needing a separate side channel.
effect
observe
report
runtime_context
viewer
Embedded Svelte viewer bundle.
vm

Structs§

ExecuteResult
RunContext

Enums§

ProgressMode
RunStrategy

Functions§

execute
slugify
Convert a test name to a filesystem-safe slug.
test_display_id
Format a test identifier for display: path/slugified-name.