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
AbstractExecutorService which executes runnables immediately in the calling
thread. |
| ObjectSequentializer<T,EX extends Throwable> |
Executes multiple tasks asynchronously, but forwards their output to a delegate
Consumer (or ConsumerWhichThrows) |
| SquadExecutor<T> |
An
Executor which executes tasks through a delegate ExecutorService. |
java.util.concurrent package classes.Copyright © 2018 Arno Unkrig. All rights reserved.