base-threadpool 0.0.2

minimalistic threadpool implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "minimalistic threadpool implementation"
edition = "2021"
license = "MIT"
name = "base-threadpool"
readme = "README.md"
version = "0.0.2"