See: Description
| Class | Description |
|---|---|
| BoundedExecutor |
An Executor but limits how many tasks can be queued.
|
| LoggingThreadPoolExecutor |
A ThreadPoolExecutor that also logs when a thread is created.
|
| NamedThread |
Creates a Thread but sets the name of it and sets the
UncaughtExceptionHandler so that uncaught exceptions are logged.
|
| NamedThreadFactory |
A thread factory that names the threads.
|
| ThreadTest |
For debugging.
|
Based on code from the book "Java Concurrency in Practice" by Brian Goetz