private static final class ExecutionSequencer.ThreadConfinedTaskQueue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.Executor |
nextExecutor
Only used by the thread associated with this object
|
(package private) java.lang.Runnable |
nextTask
Only used by the thread associated with this object
|
(package private) java.lang.Thread |
thread
This field is only used for identity comparisons with the current thread.
|
Modifier | Constructor and Description |
---|---|
private |
ThreadConfinedTaskQueue() |
java.lang.Thread thread
java.lang.Runnable nextTask
java.util.concurrent.Executor nextExecutor