| Package | Description |
|---|---|
| org.fusesource.hawtdispatch |
HawtDispatch
HawtDispatch is an abstract model for expressing concurrency via simple but
powerful API.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DispatchSource |
Dispatcher.createSource(SelectableChannel channel,
int interestOps,
DispatchQueue queue)
Creates a new
DispatchSource to monitor SelectableChannel objects and
automatically submit a handler runnable to a dispatch queue in response to events. |
static DispatchSource |
Dispatch.createSource(SelectableChannel channel,
int interestOps,
DispatchQueue queue)
Creates a new
DispatchSource to monitor SelectableChannel objects and
automatically submit a handler runnable to a dispatch queue in response to events. |
Copyright © 2010-2015 FuseSource, Corp.. All Rights Reserved.