fn remove_worker_if_same_channel(
workers: &DashMap<BatchKey, PendingWorker>,
key: &BatchKey,
worker_tx: &Sender<WorkerCommand>,
) -> boolfn remove_worker_if_same_channel(
workers: &DashMap<BatchKey, PendingWorker>,
key: &BatchKey,
worker_tx: &Sender<WorkerCommand>,
) -> bool