public abstract class RecursiveEventLoop<R extends java.lang.Runnable> extends ThreadTaskExecutor<R>
| 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, func_223704_be, func_223705_bi, getExecutionThread, getName, isOnExecutionThread, runAsync, runImmediately, supplyAsync, 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>