6 releases
0.1.5 | Jun 25, 2024 |
---|---|
0.1.4 | Dec 9, 2022 |
0.1.2 | Nov 23, 2016 |
0.1.1 | Apr 6, 2016 |
0.1.0 | Mar 31, 2016 |
#274 in Concurrency
63 downloads per month
Used in 2 crates
30KB
615 lines
#td_rthreadpool
A thread pool for running a number of jobs on a fixed set of worker threads. And has the reenter mutex lock.
Usage
Add this to your Cargo.toml
:
[dependencies]
td_rthreadpool = "0.1.0"
and this to your crate root:
extern crate td_rthreadpool;
License
Licensed under either of
- Apache License, Version 2.0
- MIT license
at your option.
Dependencies
~130KB