class Movie::Streams::Typed::RunnableGraph(Mat)

Overview

Closed reusable graph. Every run allocates an independent runtime and returns a new materialized value.

Defined in:

movie/streams/core.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(&block : AbstractActorSystem -> Mat) #

[View source]

Instance Method Detail

def run(system : AbstractActorSystem) : Mat #

[View source]