poolite 0.3.0

A lite thread pool library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "poolite"
version = "0.3.0"
authors = ["biluohc <biluohc@outlook.com>"]
description = "A lite thread pool library."
repository = "https://github.com/biluohc/poolite"
readme = "readme.md"
keywords = ["thread","pool","thread_pool","thread-pool"]
license = "MIT"

[dependencies]
stderr = "0.3.0"
num_cpus = "1.2.1"

[[test]]
name ="poolite_test_fibs"
path="tests/poolite_test_fibs.rs"