See: Description
| Class | Description |
|---|---|
| CachedThreadPoolExecutor | |
| SimpleExecutor |
This is a very simple implementation of the
Executor interface. |
SimpleExecutor
that executes all Runnables in a new Thread.
It is used by some other utilities as fallback but can be replaced easily
with a full-fledged thread-pool as provided via
CachedThreadPoolExecutor.ExecutorsCopyright © 2001–2015 mmm-Team. All rights reserved.