parent
57b77d15af
commit
4e36541350
2 changed files with 22 additions and 0 deletions
|
|
@ -1217,6 +1217,17 @@ Fan-out the stream to several streams. Each upstream element is emitted to the f
|
||||||
|
|
||||||
**completes** when upstream completes
|
**completes** when upstream completes
|
||||||
|
|
||||||
|
partition
|
||||||
|
^^^^^^^^^
|
||||||
|
Fan-out the stream to several streams. Each upstream element is emitted to one downstream consumer according to the
|
||||||
|
partitioner function applied to the element.
|
||||||
|
|
||||||
|
**emits** when the chosen output stops backpressuring and there is an input element available
|
||||||
|
|
||||||
|
**backpressures** when the chosen output backpressures
|
||||||
|
|
||||||
|
**completes** when upstream completes and no output is pending
|
||||||
|
|
||||||
|
|
||||||
Watching status stages
|
Watching status stages
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
||||||
|
|
@ -1208,6 +1208,17 @@ Fan-out the stream to several streams. Each upstream element is emitted to the f
|
||||||
|
|
||||||
**completes** when upstream completes
|
**completes** when upstream completes
|
||||||
|
|
||||||
|
partition
|
||||||
|
^^^^^^^^^
|
||||||
|
Fan-out the stream to several streams. Each upstream element is emitted to one downstream consumer according to the
|
||||||
|
partitioner function applied to the element.
|
||||||
|
|
||||||
|
**emits** when the chosen output stops backpressuring and there is an input element available
|
||||||
|
|
||||||
|
**backpressures** when the chosen output backpressures
|
||||||
|
|
||||||
|
**completes** when upstream completes and no output is pending
|
||||||
|
|
||||||
|
|
||||||
Watching status stages
|
Watching status stages
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue