Package | Description |
---|---|
org.fusesource.hawtdispatch |
HawtDispatch
HawtDispatch is an abstract model for expressing concurrency via simple but
powerful API.
|
Modifier and Type | Field and Description |
---|---|
static DispatchPriority |
Dispatch.DEFAULT |
static DispatchPriority |
Dispatch.HIGH |
static DispatchPriority |
Dispatch.LOW |
Modifier and Type | Method and Description |
---|---|
static DispatchPriority |
DispatchPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispatchPriority[] |
DispatchPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DispatchQueue |
Dispatch.getGlobalQueue(DispatchPriority priority)
Returns a well-known global concurrent queue of a given priority level.
|
DispatchQueue |
Dispatcher.getGlobalQueue(DispatchPriority priority)
Returns a well-known global concurrent queue of a given priority level.
|
static DispatchQueue[] |
Dispatch.getThreadQueues(DispatchPriority priority) |
DispatchQueue[] |
Dispatcher.getThreadQueues(DispatchPriority priority) |
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.