| Package | Description |
|---|---|
| net.lecousin.framework.concurrent |
Multi-threading framework.
|
| net.lecousin.framework.concurrent.async |
Classes implementing synchronization points such as asynchronous result, join point...
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Task.Cpu.Parameter<TParam,TResult,TError extends Exception>
Task using only CPU resource and holding a parameter.
|
static class |
Task.Cpu.Parameter.FromConsumer<TParam>
CPU task with parameter from a Runnable.
|
static class |
Task.Cpu.Parameter.FromFunction<TParam,TResult>
CPU task with parameter from a Function.
|
static class |
Task.OnFile.Parameter<TParam,TResult,TError extends Exception>
Task using only a file resource and holding a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
<T2> AsyncSupplier<T2,TError> |
AsyncSupplier.thenStart(Task.Parameter<T,T2,TError> task,
boolean evenIfErrorOrCancel)
Start the given task when this asynchronous unit is unblocked.
|
Copyright © 2019. All rights reserved.