pub fn spawn_with_memory_persistence(
registry: Arc<PluginRegistry>,
shutdown: &ShutdownHandle,
) -> Arc<SchedulerHost> ⓘExpand description
Convenience constructor returning a SchedulerHost backed by an
in-memory persistence — used by the default Uni::build path
before the host wires a durable backend.