sendTo package:streamly
Push values from a driver to a fold worker via a Channel. Blocks if no
space is available in the buffer. Before pushing a value to the
Channel it polls for events received from the fold worker. If a stop
event is received then it returns
True otherwise false.
Propagates exceptions received from the fold worker.
Like sendToWorker but only sends, does not receive any events from the
fold.