rusty_pool 0.2.0

Simple self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels
Documentation
[dependencies.crossbeam]
version = "0.7.3"

[package]
authors = ["robinfriedli <robinfriedli@icloud.com>"]
categories = ["concurrency"]
description = "Simple self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels"
edition = "2018"
homepage = "https://github.com/robinfriedli/rusty_pool"
keywords = ["concurrency", "thread", "pool", "threadpool", "thread-pool"]
license = "Apache-2.0"
name = "rusty_pool"
readme = "README.md"
repository = "https://github.com/robinfriedli/rusty_pool"
version = "0.2.0"