=htt,str,doc #20009 Fix for found unsafe graph stages
This commit is contained in:
parent
ed8ba7873c
commit
7fe4b01f01
4 changed files with 7 additions and 4 deletions
|
|
@ -384,7 +384,8 @@ public class GraphStageDocTest extends AbstractJavaTest {
|
|||
|
||||
|
||||
//#async-side-channel
|
||||
// will close upstream when the future completes
|
||||
// will close upstream in all materializations of the stage instance
|
||||
// when the completion stage completes
|
||||
public class KillSwitch<A> extends GraphStage<FlowShape<A, A>> {
|
||||
|
||||
private final CompletionStage<Done> switchF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue