See: Description
Class | Description |
---|---|
InterruptTimerTask |
A TimerTask that interrupts the specified thread when run.
|
InThreadExecutor |
A very simple
Executor implementation that just executes in the same
thread. |
InThreadExecutorService |
An executor service that executes everything within the caller's thread.
|
RunnableWithAsyncResultBase<T,X extends java.lang.Throwable> |
A
Runnable that provides a result that can be read asynchronously and
may also throw an exception. |
ThreadUtils |
Utility methods for dealing with threads.
|