Class VoidExecutorService

java.lang.Object
org.atmosphere.util.VoidExecutorService
All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService

public class VoidExecutorService extends Object implements ExecutorService
An ExecutorService that does nothing and execute using the calling Thread.