alsoTo eager cancellation #24291
This commit is contained in:
parent
28ae8d4f0e
commit
e766207a87
11 changed files with 59 additions and 26 deletions
|
|
@ -732,7 +732,7 @@ final class Source[+Out, +Mat](delegate: scaladsl.Source[Out, Mat]) extends Grap
|
|||
*
|
||||
* '''Completes when''' upstream completes
|
||||
*
|
||||
* '''Cancels when''' downstream cancels
|
||||
* '''Cancels when''' downstream or Sink cancels
|
||||
*/
|
||||
def alsoTo(that: Graph[SinkShape[Out], _]): javadsl.Source[Out, Mat] =
|
||||
new Source(delegate.alsoTo(that))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue