See: Description
Class | Description |
---|---|
CachedThreadPoolExecutor | |
SimpleExecutor |
This is a very simple implementation of the
Executor interface. |
SimpleExecutor
that
executes all Runnable
s 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
Copyright © 2001–2016 mmm-Team. All rights reserved.