Function run_async_with_plugin_host
pub async fn run_async_with_plugin_host(
plugin_host: PluginHost,
) -> Result<(), RuntimeError>Expand description
Async variant of run_with_plugin_host.
ยงErrors
Returns any runtime initialization or shutdown error from the underlying observer runtime.