See: Description
| Interface | Description |
|---|---|
| ThreadFactory |
Interface for classes generating threads.
|
| ThreadPool |
An interface representing a resizable thread pool which allows
asynchronous dispatching of Runnable tasks.
|
| Class | Description |
|---|---|
| DefaultThreadFactory |
Default implementation of the
ThreadFactory interface. |
| SimpleThreadPool |
A simple implementation of a ThreadPool which is constructed with a given
number of threads.
|
| Exception | Description |
|---|---|
| ThreadPoolException |
Exceptions that can occur within a thread pool.
|
Interface ThreadPool and a Implementation with Monitor.
Copyright © 2005–2020. All rights reserved.