Concur.BufferedStream (concur v0.2.0) View Source

Producer/consumer implementation of a pre-processing stream, with a limited buffer size.

Link to this section Summary

Link to this section Types

Specs

opt() ::
  {:buffer_size, pos_integer()}
  | {:async?, boolean()}
  | {:timeout, non_neg_integer()}

Link to this section Functions

Link to this function

map(enumerable, fun, opts)

View Source

Specs

map(Enumerable.t(), (Enum.element() -> any()), [opt()]) :: Enumerable.t()