Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 803 Bytes

Sinkers

Sinkers are basically a set of function that receives data from Sources.

  • Assign: will assign the latest next event value to variable.

  • Await: a way to retrieved the last next event value.

  • ForEach: will only emit next event values.

  • Sink: will only emit next, and completed events, for pullable sources.

  • Observe: same as sink, but for listener sources.