5 releases

Uses old Rust 2015

0.1.4 Dec 9, 2022
0.1.3 Dec 2, 2022
0.1.2 Nov 23, 2016
0.1.1 Apr 6, 2016
0.1.0 Mar 31, 2016

#1008 in Concurrency


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

~42KB