Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 430 Bytes

index.md

File metadata and controls

22 lines (17 loc) · 430 Bytes

Sinks

A Sink is a stream that is not readable. You must have a sink at the end of a pipeline for data to move towards.

You can only use one sink per pipeline.

pull(source, through, sink)

See also: