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

fix: improve workaround for Scala3 bug 18248 #1349

Closed raboof closed 1 month ago

raboof commented 1 month ago

Towards #325

Hopefully works around https://github.com/scala/scala3/issues/18248

(the diff looks larger than it is, it just moves the two inner functions to regular private functions)