PStream: fluent, async, iteration¶
pstream.Stream¶
A fluent interface for composing lazily evaluated, stream fusion, iterators.
pstream.AsyncStream¶
An asynchronous version of the API for a pstream.Stream. Asynchronous
(as well as synchronous) iterators and functions may be easily combined into
a single pipeline.