threadpool 1.4.0

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

name = "threadpool"
version = "1.4.0"
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/frewsxcv/rust-threadpool"
homepage = "https://github.com/frewsxcv/rust-threadpool"
documentation = "https://docs.rs/threadpool"
description = """
A thread pool for running a number of jobs on a fixed set of worker threads.
"""
categories = ["concurrency"]

[lib]
path = "lib.rs"