Package 

Class Scheduler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public abstract class Scheduler.Worker

      Sequential Scheduler for executing actions on a single thread or event loop.

      Unsubscribing the Worker cancels all outstanding work and allows resources cleanup.

    • Method Summary

      Modifier and Type Method Description
      abstract Scheduler.Worker createWorker() Retrieves or creates a new Scheduler.Worker that represents serial execution of actions.
      long now() Gets the current time, in milliseconds, according to this Scheduler.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait