pjfanning commented on issue #2093: URL: https://github.com/apache/pekko/issues/2093#issuecomment-3221092459
@mdedetrich @raboof @He-Pin My view is that it's not very useful to make changes. Java users can ignore the return value on the class ActorSystem terminate() call and then use the getWhenTerminated() method to get a CompletionStage to check. This maps closely to what they would do with the typed ActorSystem too (where terminate() returns a void anyway). -- 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]
