Package civitas.celestis.task.lifecycle


package civitas.celestis.task.lifecycle
  • Class
    Description
    An asynchronous multithreaded scheduler with multiple threads, which each have their own list of tasks and map of execution times.
    A scheduler.
    A thread which handles the registration and execution of tasks.
    A synchronous scheduler with one processing thread, (the scheduler itself) one list of tasks, and one map of execution times.