Combine Evented Stream
Combine multiple evented streams into one
Usage Examples
Log output of multiple child processes
const spawn = const combine = const cps = 'foo' 'bar' 'baz' const stream = stream stream
Utilize iterate-evented-stream
:
Assuming the context of execution below is async.
const spawn = const combine = const iterate = const cps = 'foo' 'bar' 'baz' const stream = for await const stream chunk of console console