pub async fn serve_worker_authenticated( worker: Worker, addr: &str, token: &str, ) -> Result<(), Box<dyn Error>>
Start a worker server with authentication.