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

Download history 5/week @ 2024-06-29 6/week @ 2024-08-31 5/week @ 2024-09-14 6/week @ 2024-09-21 18/week @ 2024-09-28 3/week @ 2024-10-05 36/week @ 2024-10-12

63 downloads per month
Used in 2 crates

MIT/Apache

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.

Build Status

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