rsolomo / threadpool

A very simple thread pool for parallel task execution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threadpool

A thread pool for running a number of jobs on a fixed set of worker threads.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

threadpool = "0.1"

and this to your crate root:

extern crate threadpool;

About

A very simple thread pool for parallel task execution

License:Apache License 2.0


Languages

Language:Rust 100.0%