class PipelineCR::Bridge(T, U, V)

Overview

A bridge between two pipeables having different in- and outputs. Used for building sequences.

Defined in:

pipelinecr/bridge.cr

Constructors

Instance Method Summary

Instance methods inherited from class PipelineCR::Pipeable(T, V)

>>(other : PipelineCR::Pipeable(U, V)) forall V >>, run(input : Channel(T), output : Channel(U), host : Channel(Int32)) run

Constructor Detail

def self.new(input : PipelineCR::Pipeable(T, U), output : PipelineCR::Pipeable(U, V)) #

[View source]

Instance Method Detail

def run(input : Channel(T), output : Channel(V), host : Channel(Int32)) #

[View source]