Searched refs:worker_thread (Results 1 – 2 of 2) sorted by relevance
65 .map(|num| worker_thread(num, request_mutex.clone(), reply_tx.clone())) in new()129 fn worker_thread( in worker_thread() function
77 let worker_thread = WorkerThread { in start_new() localVariable87 thread::spawn(move || worker_thread.run()); in start_new()