pub fn coordinator_router(
registry: WorkerRegistry,
token: Option<String>,
) -> RouterExpand description
Build the coordinator router.
Also starts the reaper: without it a worker that dies leaves its entry
in the registry forever, because nothing ever called prune_stale.