public abstract class RecursiveEventLoop<R extends java.lang.Runnable> extends ThreadTaskExecutor<R>
| Modifier and Type | Field and Description |
|---|---|
private int |
running |
| Constructor and Description |
|---|
RecursiveEventLoop(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isTaskRunning() |
protected void |
run(R taskIn) |
protected boolean |
shouldDeferTasks() |
canRun, deferTask, drainTasks, driveOne, driveUntil, dropTasks, enqueue, execute, getExecutionThread, getName, getQueueSize, isOnExecutionThread, runAsync, runImmediately, supplyAsync, threadYieldPark, wrapTaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, func_213141_a, inlineprotected boolean shouldDeferTasks()
shouldDeferTasks in class ThreadTaskExecutor<R extends java.lang.Runnable>protected boolean isTaskRunning()
protected void run(R taskIn)
run in class ThreadTaskExecutor<R extends java.lang.Runnable>