rpools 0.3.0

A minimalist workerpool for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["jcbritobr <jcbritobr@gmail.com>"]
categories = ["concurrency"]
description = "A minimalist workerpool for rust"
edition = "2018"
homepage = "https://github.com/jgardona/rpools"
keywords = ["atomic", "workers", "threadpool", "concurrency"]
license = "MIT"
name = "rpools"
readme = "README.md"
repository = "https://github.com/jgardona/rpools"
version = "0.3.0"