hel-thread-pool 0.3.1

Simple sync thread pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "hel-thread-pool"
authors = ["Hellaeh <me@hellaeh.com>"]
version = "0.3.1"
edition = "2021"
description = "Simple sync thread pool"
license = "MIT"
repository = "https://github.com/Hellaeh/thread-pool"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]