CallbagKit › Documentation 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.