He-Pin commented on code in PR #1649:
URL: https://github.com/apache/pekko/pull/1649#discussion_r1900033365


##########
stream/src/main/scala/org/apache/pekko/stream/impl/fusing/GraphInterpreter.scala:
##########
@@ -239,6 +239,9 @@ import pekko.stream.stage._
     logics(i).handlers.length
   }
 
+  // Marks for if a stage has been finalized (finalizeStage been called) or not

Review Comment:
   ```suggestion
     // Marks for whether a stage has been finalized (finalizeStage been 
called) or not
   ```



##########
stream/src/main/scala/org/apache/pekko/stream/impl/fusing/GraphInterpreter.scala:
##########
@@ -239,6 +239,9 @@ import pekko.stream.stage._
     logics(i).handlers.length
   }
 
+  // Marks for if a stage has been finalized (finalizeStage been called) or not

Review Comment:
   ```suggestion
     // Marks for whether a stage has been finalized (finalizeStage been 
called) or not
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to