Skip to main content

spawn_hash_workers

Function spawn_hash_workers 

Source
fn spawn_hash_workers(
    handle: &Handle,
    worker_count: usize,
    work_rx: Receiver<String>,
    tx_out: Sender<MonitorEvent>,
    active_tasks: Arc<Mutex<HashSet<String>>>,
)