A thread pool for running a number of jobs on a fixed set of worker threads. And has the reenter mutex lock.
Add this to your Cargo.toml
:
toml
[dependencies]
td_rthreadpool = "0.1.0"
and this to your crate root:
rust
extern crate td_rthreadpool;
Licensed under either of
at your option.