java.util.concurrent package classes.See: Description
| Class | Description | 
|---|---|
| ByteStreamSequentializer | Executes multiple tasks asynchronously, but forwards their output to a delegate  OutputStream | 
| ConcurrentUtil | Utility methods related to " java.util.concurrent". | 
| LinearExecutorService | An  AbstractExecutorServicewhichexecutes runnables immediately in the calling
 thread. | 
| ObjectSequentializer<T,EX extends Throwable> | Executes multiple tasks asynchronously, but forwards their output to a delegate  Consumer(orConsumerWhichThrows) | 
| SquadExecutor<T> | An  Executorwhich executes tasks through a delegateExecutorService. | 
java.util.concurrent package classes.Copyright © 2018 Arno Unkrig. All rights reserved.