8 releases
Uses old Rust 2015
0.1.8 | Jan 2, 2018 |
---|---|
0.1.7 | Oct 12, 2017 |
0.1.6 | Sep 14, 2017 |
0.1.5 | Mar 21, 2017 |
0.1.0 |
|
#81 in #ok
83,762 downloads per month
Used in fewer than 93 crates
72KB
990 lines
futures-cpupool
A library for creating futures representing work happening concurrently on a dedicated thread pool.
Usage
First, add this to your Cargo.toml
:
[dependencies]
futures = "0.1"
futures-cpupool = "0.1"
Next, add this to your crate:
extern crate futures;
extern crate futures_cpupool;
use futures_cpupool::CpuPool;
License
futures-cpupool
is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0), with portions covered by various
BSD-like licenses.
See LICENSE-APACHE, and LICENSE-MIT for details.