blocking-threadpool 1.0.2

A thread pool for running a number of jobs on a fixed set of worker threads.
Documentation
[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.num_cpus]
version = "1.16"

[lib]
name = "blocking_threadpool"
path = "src/lib.rs"

[package]
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>", "Stefan Schindler <dns2utf8@estada.ch>", "Steve Smith <tarkasteve@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "os"]
description = """
A thread pool for running a number of jobs on a fixed set of worker threads.
"""
documentation = "https://docs.rs/blocking-threadpool"
edition = "2021"
homepage = "https://github.com/tarka/blocking-threadpool"
include = ["**/*.rs", "Cargo.toml", "CHANGES.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["threadpool", "thread", "pool", "threading", "parallelism"]
license = "MIT/Apache-2.0"
name = "blocking-threadpool"
readme = "README.md"
repository = "https://github.com/tarka/blocking-threadpool"
rust-version = "1.56.1"
version = "1.0.2"