dynpool 0.0.1

A thread manager that is lightweight, flexible, and rescalable.
Documentation
[[example]]
name = "smasher"
required-features = ["instrument"]

[[example]]
name = "background"

[[example]]
name = "foreground"

[[example]]
name = "builtins"
[badges.gitlab]
branch = "master"
repository = "samsartor/dynpool"
[dependencies.backoff]
version = "0.1"
[dev-dependencies.rand]
version = "0.5"

[features]
instrument = []

[package]
authors = ["Sam Sartor <me@samsartor.com>"]
categories = ["concurrency"]
description = "A thread manager that is lightweight, flexible, and rescalable."
documentation = "https://samsartor.gitlab.io/dynpool/dynpool/index.html"
keywords = ["threadpool", "threading", "thread", "pool"]
license = "MIT"
name = "dynpool"
readme = "README.md"
repository = "https://gitlab.com/samsartor/dynpool"
version = "0.0.1"