Uses of Class
civitas.celestis.task.lifecycle.SchedulerThread
Packages that use SchedulerThread
-
Uses of SchedulerThread in civitas.celestis.task.lifecycle
Subclasses of SchedulerThread in civitas.celestis.task.lifecycleModifier and TypeClassDescriptionclassA synchronous scheduler with one processing thread, (the scheduler itself) one list of tasks, and one map of execution times.Methods in civitas.celestis.task.lifecycle that return SchedulerThreadModifier and TypeMethodDescriptionprotected SchedulerThreadAtomicScheduler.nextThread()Polls a thread from the queue, stores a reference to it temporarily, adds it back to the end of the queue, then returns the stored reference.Constructor parameters in civitas.celestis.task.lifecycle with type arguments of type SchedulerThreadModifierConstructorDescriptionprotectedAtomicScheduler(Deque<SchedulerThread> threads) Creates a new atomic scheduler by directly assigning the queue of threads.