pub fn start_runtime<S, M>(
program: Program<S, M>,
env: Environment,
config: RuntimeConfig,
) -> Runtime<S, M>Expand description
Start a Runtime in tests/examples; panics only if bootstrap fails.
pub fn start_runtime<S, M>(
program: Program<S, M>,
env: Environment,
config: RuntimeConfig,
) -> Runtime<S, M>Start a Runtime in tests/examples; panics only if bootstrap fails.