He-Pin commented on code in PR #1593: URL: https://github.com/apache/pekko/pull/1593#discussion_r1898902932
########## actor/src/main/scala/org/apache/pekko/actor/Scheduler.scala: ########## @@ -498,6 +503,20 @@ trait Scheduler { // this one is just here so we can present a nice AbstractScheduler for Java abstract class AbstractSchedulerBase extends Scheduler +/** + * A Task that will be notified when it is cancelled. + * + * @since 1.2.0 Review Comment: add the since annotation -- 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