Package de.unkrig.commons.util.concurrent

Useful functionality around the JDK java.util.concurrent package classes.

See:
          Description

Class Summary
ConcurrentUtil Utility methods related to "java.util.concurrent".
LinearExecutorService An AbstractExecutorService which executes runnables immediately in the calling thread.
SquadExecutor<T> An Executor which executes tasks through a delegate ExecutorService.
 

Package de.unkrig.commons.util.concurrent Description

Useful functionality around the JDK java.util.concurrent package classes.