| Package | Description |
|---|---|
| org.fusesource.hawtdispatch.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalDispatchQueue |
class |
SerialDispatchQueue |
class |
ThreadDispatchQueue |
| Modifier and Type | Field and Description |
|---|---|
protected HawtDispatchQueue |
AbstractDispatchObject.targetQueue |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.ThreadLocal<HawtDispatchQueue> |
HawtDispatcher.CURRENT_QUEUE |
static java.util.WeakHashMap<HawtDispatchQueue,java.lang.Object> |
HawtDispatcher.queues |
| Modifier and Type | Method and Description |
|---|---|
HawtDispatchQueue |
HawtDispatchQueue.getTargetQueue() |
HawtDispatchQueue |
AbstractDispatchObject.getTargetQueue() |
HawtDispatchQueue |
ThreadDispatchQueue.getTargetQueue() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
HawtDispatcher.track(HawtDispatchQueue queue) |
(package private) void |
HawtDispatcher.untrack(HawtDispatchQueue queue) |