mdedetrich opened a new pull request, #2486: URL: https://github.com/apache/pekko/pull/2486
Adds the `close` method on `ActorSystem` (classic and typed) as well as implementing the `AutoCloseable` interface, work taken from https://github.com/apache/pekko/pull/2479. Regardless of what happens with https://github.com/apache/pekko/issues/2093, the changes in this PR are always valid (`close` is blocking and returns `Unit`/`Void` so its valid for both `javadsl` and `scaladsl`) -- 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]
