Module me.moros.tasker
Package me.moros.tasker.executor
package me.moros.tasker.executor
Provides classes and interfaces for task scheduling executors.
-
ClassDescriptionAn abstract sync executor utilizing that delegates to a
TimerWheel.Represents an async task executor.Represents a composite executor composed of a sync and an async task executor.A simple async executor implementation that delegates to aScheduledExecutorServicefor repeated tasks.Represents a sync task executor.Represents a task executor.Allows converting time to game ticks.