| Crates.io | td_rthreadpool |
| lib.rs | td_rthreadpool |
| version | 0.1.5 |
| created_at | 2016-03-31 12:51:20.153165+00 |
| updated_at | 2024-06-25 02:28:29.011427+00 |
| description | thread wrapper for Rust |
| homepage | |
| repository | https://github.com/tickbh/td_rthreadpool |
| max_upload_size | |
| id | 4648 |
| size | 43,940 |
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:
[dependencies]
td_rthreadpool = "0.1.0"
and this to your crate root:
extern crate td_rthreadpool;
Licensed under either of
at your option.