Interface TaskExecutorService

All Superinterfaces:
Executor, ExecutorService, ScheduledExecutorService

public interface TaskExecutorService extends ScheduledExecutorService
A delegating ExecutorService that schedules all its tasks on Sponge's Scheduler.

This class can be used to allow any libraries that support the standard concurrency interface to schedule their asynchronous tasks through Sponge.