Interface TaskScheduler


@PublicAPI public interface TaskScheduler
Generic task scheduler interface.
Since:
Marvin 5.2, 02/24/2009
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Enqueues a task on the scheduler's thread and waits for its completion.
    void
    invokeLater(Runnable task, int priority)
    Enqueues a task on the scheduler's thread.
    void
    Waits for all tasks to finish.