[go: up one dir, main page]

futures-cpupool 0.1.0

An implementation of thread pools which hand out futures to the results of the computation on the threads themselves.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "futures-cpupool"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/futures-rs"
homepage = "https://github.com/alexcrichton/futures-rs"
documentation = "http://alexcrichton.com/futures-rs/futures_cpupool/"
description = """
An implementation of thread pools which hand out futures to the results of the
computation on the threads themselves.
"""

[dependencies]
futures = { path = "..", version = "0.1" }
crossbeam = "0.2"