Searched defs:ThreadPool (Results 1 – 1 of 1) sorted by relevance
20 pub struct ThreadPool { struct27 impl ThreadPool { impl35 pub fn new(size: usize) -> ThreadPool { in new()61 impl Drop for ThreadPool { implementation