scoped-threadpool-std 0.1.1

A simple scoped threadpool implementation and related tests including a password hasher
Documentation
1
2
3
4
5
#![feature(scoped_threads)]
// pub mod dictionary_words;
pub mod thread_pool;

pub use thread_pool::ThreadPool;