thread-pool 0.1.1

A thread pool for running a number of jobs on shared worker threads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
num_cpus = "1.2.0"
two-lock-queue = "0.1"

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
description = """
A thread pool for running a number of jobs on shared worker threads.
"""
documentation = "https://docs.rs/thread-pool"
homepage = "https://github.com/carllerche/thread-pool"
license = "MIT/Apache-2.0"
name = "thread-pool"
readme = "README.md"
repository = "https://github.com/carllerche/thread-pool"
version = "0.1.1"