pjfanning commented on issue #1801: URL: https://github.com/apache/pekko/issues/1801#issuecomment-2730196670
Pekko scheduler creates a `Cancellable` instance when you schedule a task. You can schedule for immediate execution. https://github.com/apache/pekko/blob/9b1f82319d830d1ecbc96bd7e8fdf3dda198681b/actor/src/main/scala/org/apache/pekko/actor/Scheduler.scala#L544 Maybe this is something that can be reused here? -- 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