apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.13k stars 137 forks source link

feat: Add `isCompleted` method to BoundedSourceQueue #1374

Closed He-Pin closed 1 month ago

He-Pin commented 1 month ago

Motivation: refs: https://github.com/apache/pekko/issues/1356

Result: Better user interface to work with, and can call complete without handling the maybe exception.

He-Pin commented 1 month ago

thanks, I need this at work:)