simple_threadpool_func_bio 0.0.1

My simple thread pool functions for my projects. Taken from the official rust-lang book
Documentation
1
2
/// Simple thread structure from rust-lang book
pub mod simple_threadpool_func;