mini_threadpool 0.1.0

this is a very simple threadpool, just in case i forget where it is, haha
Documentation
1
2
3
4
5
6
7
8
9
[package]

name = "mini_threadpool"

version = "0.1.0"

edition = "2021"

license = "MIT"

description = "this is a very simple threadpool, just in case i forget where it is, haha"



[dependencies]

anyhow = "1.0.93"