Class MutinyScheduler

All Implemented Interfaces:
Executor, ExecutorService, ScheduledExecutorService

public class MutinyScheduler extends ScheduledThreadPoolExecutor
Implementation of ScheduledThreadPoolExecutor delegating the execution of the task to a configured Executor.

Important: Future.get() and Future.get(long, TimeUnit) are not supported.