slave-pool 0.4.0

Simple thread pool
Documentation
[dev-dependencies.thread-waker]
version = "1"

[lib]
name = "slave_pool"
path = "src/lib.rs"

[package]
authors = ["Douman <douman@gmx.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Simple thread pool"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["threadpool", "thread", "threading", "parallelism"]
license = "BSL-1.0"
name = "slave-pool"
readme = "README.md"
repository = "https://github.com/DoumanAsh/slave-pool"
version = "0.4.0"

[[test]]
name = "it_works"
path = "tests/it_works.rs"

[[test]]
name = "oneshot"
path = "tests/oneshot.rs"

[[test]]
name = "panic"
path = "tests/panic.rs"