pub fn spawn_worker(
capacity: usize,
bridge: Arc<dyn EventBus>,
embedder: Arc<dyn Embedder>,
metrics: Arc<Registry>,
) -> WorkerHandleExpand description
Start the session-sharded worker pool (16 shards, each behind a bounded channel). Ordering is per session via hash sharding.