jypma commented on issue #1801: URL: https://github.com/apache/pekko/issues/1801#issuecomment-2732643320
First shot at a direction is in https://github.com/apache/pekko/pull/1802 . The cancellation of schedulers might not be that relevant (yet). The callbacks for `Task` should really run directly on an `Executor`, because of speed and latency concerns. But it might look like we, for a first attempt, can do without cancelling actual `Excutor` tasks. Let's see :). -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org