Searched defs:Shared (Results 1 – 1 of 1) sorted by relevance
140 struct Shared { struct142 queue: VecDeque<Task>,145 total_thread_num: u8,148 idle_thread_num: u8,151 notify_num: u8,154 current_permanent_thread_num: u8,157 shutdown: bool,160 worker_id: usize,163 worker_threads: VecDeque<(usize, thread::JoinHandle<()>)>,