public abstract class AbstractSingleThreadDispatcher extends AbstractLifecycleDispatcher
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractSingleThreadDispatcher.SingleThreadTask |
AbstractLifecycleDispatcher.Task| Constructor and Description |
|---|
AbstractSingleThreadDispatcher(int backlog) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractLifecycleDispatcher.Task |
allocateRecursiveTask() |
protected abstract AbstractLifecycleDispatcher.Task |
allocateTask() |
protected void |
expandTailRecursionPile(int amount) |
int |
getBacklog() |
addToTailRecursionPile, alive, awaitAndShutdown, dispatch, dispatch, execute, execute, getContext, halt, isInContext, route, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitAndShutdownpublic AbstractSingleThreadDispatcher(int backlog)
public int getBacklog()
protected void expandTailRecursionPile(int amount)
protected AbstractLifecycleDispatcher.Task allocateRecursiveTask()
allocateRecursiveTask in class AbstractLifecycleDispatcherprotected abstract AbstractLifecycleDispatcher.Task allocateTask()
allocateTask in class AbstractLifecycleDispatcher