Searched defs:worker_thread (Results 1 – 1 of 1) sorted by relevance
197 worker_thread: Option<JoinHandle<()>>, field306 let mut worker_thread: Option<JoinHandle<()>> = None; in stop() localVariable