Package net.sf.mmm.util.concurrent.base

Provides the base-implementation for concurrent-util.

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.
 

Package net.sf.mmm.util.concurrent.base Description

Provides the base-implementation for concurrent-util.

Concurrent-Util Base

This package provides 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.

See Also:
Executors


Copyright © 2001-2010 mmm-Team. All Rights Reserved.