| Class | Description |
|---|---|
| PooledThread |
A thread that belongs to a ThreadPool.
|
| ThreadPool |
This is a pool of threads which can be assigned work.
|
| Work |
Used internally by the ThreadPool to wrap a Runnable that is
going to be run.
|
Service providing thread pooling for executing background tasks.
Copyright © 2014. All Rights Reserved.