pjfanning commented on code in PR #1776: URL: https://github.com/apache/pekko/pull/1776#discussion_r1971903250
########## stream-tests/src/test/scala/org/apache/pekko/stream/impl/GraphStageLogicSpec.scala: ########## @@ -121,6 +121,20 @@ class GraphStageLogicSpec extends StreamSpec with GraphInterpreterSpecKit with S override def toString = "GraphStageLogicSpec.emitEmptyIterable" } + object emitSplitIterator extends GraphStage[SourceShape[Int]] { Review Comment: Can we call this EmitSpliterator ? -- 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