pub fn spawn_local_api(
control: &DaemonControl,
observers: WorkerObservers,
gate: JobGate,
) -> Option<JoinHandle<()>>Expand description
Build the engine + catalog and start the local image API server on a
background thread. Returns the thread handle, or None when it could not
start (logged, non-fatal — the studio session keeps running).