scoped_threadpool_std/
lib.rs

1#![feature(scoped_threads)]
2// pub mod dictionary_words;
3pub mod thread_pool;
4
5pub use thread_pool::ThreadPool;