Function run_async_with_setup
pub async fn run_async_with_setup(
setup: &RuntimeSetup,
) -> Result<(), RuntimeError>Expand description
Async variant of run_with_setup, for callers that already own a Tokio runtime.
ยงErrors
Returns any runtime initialization or shutdown error from the underlying observer runtime.