parallel-iterator 0.1.4

Parallelize any iterator with ease!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["anderejd <rajder@gmail.com>"]
categories = ["concurrency"]
description = "Parallelize any iterator with ease!"
keywords = ["parallel", "iterator", "threads"]
license = "Apache-2.0/MIT"
name = "parallel-iterator"
readme = "README.md"
repository = "https://github.com/anderejd/parallel-iterator"
version = "0.1.4"

[badges]
maintenance = { status = "experimental" }

[dependencies]
crossbeam-channel = "0.3.6"
num_cpus = "1.9.0"