shared-resource-pool-builder 0.1.0

Create thread pools with a shared resource.
Documentation
[package]
name = "shared-resource-pool-builder"
version = "0.1.0"
authors = ["Florian Gamböck <mail@floga.de>"]
edition = "2018"

description = "Create thread pools with a shared resource."
repository = "https://github.com/FloGa/shared-resource-pool-builder"
readme = "README.md"
categories = ["concurrency"]
keywords = ["shared_resource", "threads", "threadpool"]
license = "MIT"

[dependencies]
threadpool = "1.8.1"