Class TrampolineScheduler


  • public final class TrampolineScheduler
    extends Scheduler
    Schedules work on the current thread but does not execute immediately. Work is put in a queue and executed after the current unit of work is completed.
    • Constructor Detail

      • TrampolineScheduler

        private TrampolineScheduler()