|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| CachedThreadPoolExecutor | This is an advanced Executor that uses a
Thread-pool. |
| SimpleExecutor | This is a very simple implementation of the Executor interface. |
Provides the base-implementation for concurrent-util.
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.
Executors
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||