Unzip

Takes a stream of two element tuples and unzips the two elements ino two different downstreams.

Fan-out operators

Signature

Description

Takes a stream of two element tuples and unzips the two elements ino two different downstreams.

Reactive Streams semantics

emits when all of the outputs stops backpressuring and there is an input element available

backpressures when any of the outputs backpressures

completes when upstream completes

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.