Interface | Description |
---|---|
RunnableConsumerThreadPool.RunnableCompletionListener |
This interface is used to define a listener for the thread pool that is
notified when an enqueued runnable completes.
|
RunnableConsumerThreadPool.RunnableErrorListener |
This interface is used to define a listerer for the thread pool that is
notified if an error occurs processing a runnable.
|
Signaler |
The Signaler interface was designed to get around the problem of not being
able to extend the functionality of the Object.notify and Object.notifyAll
methods.
|
Class | Description |
---|---|
PausibleScheduledThreadPoolExecutor |
PausibleScheduledThreadPoolExecutor
|
RunnableConsumerThreadPool |
RunnableConsumerThreadPool class.
|
VMTaskFiber |
VMTaskFiber class.
|
Copyright © 2015. All Rights Reserved.