tink_io icon indicating copy to clipboard operation
tink_io copied to clipboard

Add CollectSink (closes #36)

Open kevinresol opened this issue 5 years ago • 1 comments

example:

function uploadToCloud(chunk:Chunk):Promise<Noise>;
new CollectSink(uploadToCloud); // a sink with result typed as Noise

kevinresol avatar May 02 '19 12:05 kevinresol

btw I want to run a naming contest for this.

kevinresol avatar May 02 '19 12:05 kevinresol