Skip to main content

Home > flowp > Channel > pipe

Channel.pipe() method

pipe channel output to target

there is only one target at the same time, use ChannelHub if you want to have multiple readers

Signature:

pipe(target: PipeTarget<T>, options?: ChannelPipeOptions): void;

Parameters

ParameterTypeDescription
targetPipeTarget<T>
optionsChannelPipeOptions

Returns:

void