He-Pin opened a new issue, #1356:
URL: https://github.com/apache/pekko/issues/1356

   Motivation:
   I want to do a checking before enqueue
   ```
   @InternalApi private[pekko] object BoundedSourceQueueStage {
     sealed trait State
     case object NeedsActivation extends State
     case object Running extends State
     case class Done(result: QueueCompletionResult) extends State
   }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to