module Movie::Streams::Typed

Defined in:

movie/streams/core.cr
movie/streams/testkit.cr
movie/streams_typed.cr

Constant Summary

DEFAULT_BUFFER_SIZE = 16
TESTKIT_DEFAULT_TIMEOUT = 1.second

Class Method Summary

Class Method Detail

def self.manual(type : T.class) : StreamBuilder(T) forall T #

[View source]
def self.source(source_behavior : AbstractBehavior(MessageBase(T))) : StreamBuilder(T) forall T #

[View source]