pub async fn serve_coordinator( registry: WorkerRegistry, addr: &str, token: Option<String>, ) -> Result<(), Box<dyn Error>>
Start the coordinator server.