pub async fn run(opts: RunOptions) -> Result<()>Expand description
Full cycle is orchestrated by HostRuntime (see runtime/host_runtime.rs docs).
This function is a thin wrapper around HostRuntime that handles shutdown signal setup
and then delegates all lifecycle orchestration to the HostRuntime.
ยงErrors
Returns an error if any lifecycle phase fails.