Merge branch 'master' into fix-receive-timeout
This commit is contained in:
commit
24f79c3ca3
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ object BroadcastHub {
|
|||
* Creates a [[Sink]] that receives elements from its upstream producer and broadcasts them to a dynamic set
|
||||
* of consumers. After the [[Sink]] returned by this method is materialized, it returns a [[Source]] as materialized
|
||||
* value. This [[Source]] can be materialized an arbitrary number of times and each materialization will receive the
|
||||
* broadcast elements form the ofiginal [[Sink]].
|
||||
* broadcast elements from the original [[Sink]].
|
||||
*
|
||||
* Every new materialization of the [[Sink]] results in a new, independent hub, which materializes to its own
|
||||
* [[Source]] for consuming the [[Sink]] of that materialization.
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@ object BroadcastHub {
|
|||
* Creates a [[Sink]] that receives elements from its upstream producer and broadcasts them to a dynamic set
|
||||
* of consumers. After the [[Sink]] returned by this method is materialized, it returns a [[Source]] as materialized
|
||||
* value. This [[Source]] can be materialized arbitrary many times and each materialization will receive the
|
||||
* broadcast elements form the ofiginal [[Sink]].
|
||||
* broadcast elements from the original [[Sink]].
|
||||
*
|
||||
* Every new materialization of the [[Sink]] results in a new, independent hub, which materializes to its own
|
||||
* [[Source]] for consuming the [[Sink]] of that materialization.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue