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

#327 in Concurrency

Download history 6/week @ 2024-09-01 5/week @ 2024-09-15 7/week @ 2024-09-22 20/week @ 2024-09-29 84/week @ 2024-10-13 14/week @ 2024-10-27

101 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