Adding ScalaDocs for FlowOps.async #21137
This commit is contained in:
parent
f150b23c59
commit
033516b188
1 changed files with 8 additions and 0 deletions
|
|
@ -1825,6 +1825,14 @@ trait FlowOps[+Out, +Mat] {
|
|||
|
||||
def named(name: String): Repr[Out]
|
||||
|
||||
/**
|
||||
* Put an asynchronous boundary around this `Flow`.
|
||||
*
|
||||
* If this is a `SubFlow` (created e.g. by `groupBy`), this creates an
|
||||
* asynchronous boundary around each materialized sub-flow, not the
|
||||
* super-flow. That way, the super-flow will communicate with sub-flows
|
||||
* asynchronously.
|
||||
*/
|
||||
def async: Repr[Out]
|
||||
|
||||
/** INTERNAL API */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue