simple_thread_pool 0.1.1

A simple thread pool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "simple_thread_pool"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A simple thread pool."
readme = "README.md"
keywords = ["thread","pool","thread-pool"]
categories = ["concurrency"]
authors = ["quyc07<quycsff@gmail.com>"]
repository = "https://github.com/quyc07/thread_pool"


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

[dependencies]