tinypool 0.2.0

A simple thread pool implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Antonio Mamić <antoniomamic007@gmail.com>"]
categories = ["concurrency"]
description = "A simple thread pool implementation in Rust"
edition = "2021"
include = ["/src", "/tests", "Cargo.toml", "LICENSE.md", "README.md"]
keywords = ["thread", "pool", "threadpool"]
license = "MIT"
name = "tinypool"
readme = "README.md"
repository = "https://github.com/amamic1803/tinypool-rs"
version = "0.2.0"