th_pool 0.1.8

create thread pool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "th_pool"
version = "0.1.8"
edition = "2021"
authors = ["anonymous <anonymous@outlook.com>"]
description = "create thread pool"
readme = "README.md"
keywords = ["tread", "thread-pool"]
categories = ["development-tools"]
license = "MIT"
documentation = "https://docs.rs/easy_pool/"
repository = "https://gitlab.com/andrew_ryan/easy_pool"

[dependencies]