dynpool 0.0.2

A thread manager that is lightweight, flexible, and rescalable.
Documentation
[badges.gitlab]
branch = "master"
repository = "samsartor/dynpool"

[dependencies.backoff]
version = "0.1"

[dev-dependencies.rand]
version = "0.5"

[[example]]
name = "smasher"
required-features = ["instrument"]

[[example]]
name = "background"

[[example]]
name = "foreground"

[[example]]
name = "builtins"

[features]
instrument = []

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