thrdpool 0.1.0

Creates a threadpool to run multiple jobs in parallel
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
description = "Creates a threadpool to run multiple jobs in parallel"
edition = "2021"
license = "MIT/Apache-2.0"
name = "thrdpool"
readme = "README.md"
repository = "https://github.com/matteac/thrdpool"
version = "0.1.0"