threadpool-crossbeam-channel 1.8.0

A fork of the threadpool create, which uses crossbeam-channel instead of std::mpsc.
Documentation
[package]

name = "threadpool-crossbeam-channel"
version = "1.8.0"
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>", "Stefan Schindler <dns2utf8@estada.ch>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-threadpool/rust-threadpool"
homepage = "https://github.com/rust-threadpool/rust-threadpool"
documentation = "https://docs.rs/threadpool"
description = """
A fork of the threadpool create, which uses crossbeam-channel instead of std::mpsc.
"""
keywords = ["threadpool", "thread", "pool", "threading", "parallelism"]
categories = ["concurrency", "os"]

[dependencies]
num_cpus = "1.6"
crossbeam-channel = "0.4"