| Class | Description |
|---|---|
| DaemonThreadFactory |
Factory for daemon threads.
|
| NamedThreadFactory |
Convenience class to wrap a thread factory with, so that new threads
get a given suffix appended to their names.
|
| ThreadBurstExecutorService |
Helper class that allows tests (but also other code) to be executed concurrently,
in an attempt to "bombard" a tested class with parallel calls,
all arriving in the smallest possible time window.
|
| ThreadLoopRunner |
This class allows running some task repeatedly with a given delay.
|
| ThreadLoopRunner.CancelableRunnable |
Variation of
Runnable that allows other threads to give a hint to the
{Runnable.run() method that it should terminate. |
| Enum | Description |
|---|---|
| ThreadLoopRunner.ScheduleDelayMode |