threadpool-simple 0.1.11

Simple Threadpool for working with many tasks easily
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "threadpool-simple"
version = "0.1.11"
edition = "2021"
authors = ["Alexander <qmvscorpio@gmail.com>"]

description = "Simple Threadpool for working with many tasks easily"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

readme = "README.md"
[dependencies]