API Reference Parallel Stream v1.1.0

Modules

Parallel stream implementation for Elixir.

The each iterator implementation

The iterator consumer - receives stream values in order to drain stream

The executor - executes the function to be iterated on and sends it to the relay.

The filter iterator implementation

The filter consumer - filters according to direction passed

The filter executor - in addition to the normal executors return values, returns the value itself and the predicate

The map iterator implementation

The mapper - receives mapped stream values and returns them to the stream