Interface TaskScheduler<R extends Runnable>

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AbstractConsecutiveExecutor, BlockableEventLoop, ConsecutiveExecutor, DedicatedServer, GameTestServer, IntegratedServer, Minecraft, MinecraftServer, PriorityConsecutiveExecutor, ReentrantBlockableEventLoop, ServerChunkCache.MainThreadExecutor, SoundEngineExecutor

public interface TaskScheduler<R extends Runnable> extends AutoCloseable