org.fusesource.hawtdispatch
Interface Dispatcher


public interface Dispatcher

The Dispatcher interface is used to get or create dispatch objects such as global queues, thread queues, serial queues, or dispatch sources.

The dispatch queues are Executor objects that execute tasks asynchronously on thread pools managed by the Dispatcher.