Skip navigation links

Package org.fusesource.hawtdispatch

HawtDispatch HawtDispatch is an abstract model for expressing concurrency via simple but powerful API.

See: Description

Package org.fusesource.hawtdispatch Description

HawtDispatch

HawtDispatch is an abstract model for expressing concurrency via simple but powerful API.

At the core, HawtDispatch provides serial FIFO queues to which runnables may be submitted. Runnables submitted to these dispatch queues are invoked on a pool of threads fully managed by the system. No guarantee is made regarding which thread a runnable will be invoked on; however, it is guaranteed that only one runnable submitted to the FIFO dispatch queue will be invoked at a time.

HawtDispatch also provides dispatch sources to handle converting events like NIO Socket readiness events into callbacks to runnables executed on the dispatch queues.

Skip navigation links

Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.