Function run_async_with_derived_state_host_and_setup
pub async fn run_async_with_derived_state_host_and_setup(
derived_state_host: DerivedStateHost,
setup: &RuntimeSetup,
) -> Result<(), RuntimeError>Expand description
Async variant of run_with_derived_state_host_and_setup.
ยงErrors
Returns any runtime initialization or shutdown error from the underlying observer runtime.