abstract class PipelineCR::Pipeable(T, U)

Overview

A module to indicate that something can be used as a part of a pipeline

Direct Known Subclasses

Defined in:

pipelinecr/pipeable.cr

Instance Method Summary

Instance Method Detail

def >>(other : PipelineCR::Pipeable(U, V)) forall V #

[View source]
abstract def run(input : Channel(T), output : Channel(U), host : Channel(Int32)) #

[View source]