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, wrapTask
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, func_213141_a, inline
protected 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>