| Package | Description |
|---|---|
| com.github.deinok.threading |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITask<R>
A Task in parallel
|
| Modifier and Type | Class and Description |
|---|---|
class |
Task<R>
A Task in parallel
|
| Modifier and Type | Method and Description |
|---|---|
IPromise<R> |
IPromise.onException(OnException onException)
Sets the action to execute when the IPromise ends with an exception
|
IPromise<R> |
IPromise.onSuccess(OnSuccess<R> onSuccess)
Sets the action to execute when the IPromise ends successful
|
Copyright © 2017. All rights reserved.