module Movie::Streams::Typed::Flows

Defined in:

movie/streams/core.cr

Class Method Summary

Class Method Detail

def self.map(input_type : In.class, output_type : Out.class, buffer_size : Int32 = DEFAULT_BUFFER_SIZE, overflow_strategy : OverflowStrategy = OverflowStrategy::Backpressure, &transform : In -> Out) : Flow(In, Out, NotUsed) forall In, Out #

[View source]