threadpool 0.1.0

A thread pool for running a number of jobs on a fixed set of worker threads.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "threadpool"
version = "0.1.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/threadpool"
homepage = "https://github.com/rust-lang/threadpool"
documentation = "http://doc.rust-lang.org/threadpool"
description = """
A thread pool for running a number of jobs on a fixed set of worker threads.
"""