| Interface | Description |
|---|---|
| Coroutine |
Base interface for all coroutines
|
| OutputCoroutine<T> |
Created by andrey on 29.08.17.
|
| Class | Description |
|---|---|
| CoroutineBase |
The base class for all coroutines.
|
| CoroutinesExecutor |
The coroutines executor.
|
| CoroutinesExecutorTask | |
| ExclusiveCoroutineBase |
The base class for a coroutine implementation which may not be executed in parallel.
|
| RoundRobinOutputCoroutine<T,O extends com.github.akurilov.commons.io.Output<T>> |
The coroutine implementation which acts like round robin output scattering the objects among the wrapped outputs.
|
| TransferCoroutine<T> |
The exclusive coroutine implementation which tries to transfer the items from the given input to the given output.
|