alsoToAll

Attaches the given SourceSources to this FlowFlow, meaning that elements that pass through this FlowFlow will also be sent to all those SinkSinks.

Fan-out operators

Signature

Source.alsoToAllSource.alsoToAll Flow.alsoToAllFlow.alsoToAll

Description

Attaches the given SourceSource s to this FlowFlow, meaning that elements that pass through this FlowFlow will also be sent to all those SinkSinks.

Reactive Streams semantics

emits when an element is available and demand exists both from the SinkSinks and the downstream

backpressures when downstream or any of the SinkSinks backpressures

completes when upstream completes

cancels when downstream or or any of the SinkSinks cancels

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.