mini_threadpool 0.1.0

this is a very simple threadpool, just in case i forget where it is, haha
Documentation
[dependencies.anyhow]
version = "1.0.93"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "this is a very simple threadpool, just in case i forget where it is, haha"
edition = "2021"
license = "MIT"
name = "mini_threadpool"
readme = false
version = "0.1.0"

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