readahead-iterator 0.1.3

Readahead from an iterator on a separate thread, returning items in order and synchronously.
Documentation
[dependencies]

[[example]]
name = "linecount"
path = "examples/linecount.rs"

[[example]]
name = "sleepy"
path = "examples/sleepy.rs"

[[example]]
name = "unbounded-input"
path = "examples/unbounded-input.rs"

[lib]
name = "readahead_iterator"
path = "src/lib.rs"

[package]
authors = ["Martin Pool <mbp@sourcefrog.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Readahead from an iterator on a separate thread, returning items in order and synchronously."
edition = "2018"
keywords = ["parallel", "iterator", "concurrency", "thread"]
license = "MIT OR Apache-2.0"
name = "readahead-iterator"
readme = "README.md"
repository = "https://github.com/sourcefrog/readahead-iterator"
version = "0.1.3"

[[test]]
name = "iterate"
path = "tests/iterate.rs"