| Package | Description |
|---|---|
| org.fusesource.hawtdispatch |
HawtDispatch
|
| org.fusesource.hawtdispatch.internal |
| Modifier and Type | Method and Description |
|---|---|
DispatchQueue.QueueType |
DispatchQueue.getQueueType() |
static DispatchQueue.QueueType |
DispatchQueue.QueueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DispatchQueue.QueueType[] |
DispatchQueue.QueueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DispatchQueue.QueueType |
SerialDispatchQueue.getQueueType() |
DispatchQueue.QueueType |
GlobalDispatchQueue.getQueueType() |
DispatchQueue.QueueType |
ThreadDispatchQueue.getQueueType() |