| Package | Description |
|---|---|
| org.fusesource.hawtdispatch |
HawtDispatch
|
| org.fusesource.hawtdispatch.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomDispatchSource<Event,MergedEvent>
A dispatch source that is used to coalesce multiple application generated
events for later processing by the dispatch source event handler.
|
interface |
DispatchQueue
Dispatch queues are lightweight objects to which runnable objects
may be submitted for asynchronous execution and therefore are
Executor objects. |
interface |
DispatchSource
A dispatch source is used to monitor low-level system objects and
automatically submit a handler runnable to a dispatch queue in response
to events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HawtDispatchQueue |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDispatchObject |
class |
GlobalDispatchQueue |
class |
HawtCustomDispatchSource<Event,MergedEvent> |
class |
NioDispatchSource
Implements the DispatchSource interface.
|
class |
SerialDispatchQueue |
class |
ThreadDispatchQueue |