arrow-fx-coroutines / arrow.fx.coroutines.stream / echoChunk
fun <O> Pull<O, Unit>.echoChunk(): Pull<O, Pull<O, Unit>?>
fun <O>
Pull
<O,
Unit
>.echoChunk():
>?>
Reads the next available chunk from the input and emits it to the output.
Do you like Arrow?