| Interface | Description |
|---|---|
| IDeferred<R> |
Interface of a Deferred
|
| IPromise<R> |
Interface of a IPromise
|
| ITask<R> |
A Task in parallel
|
| OnException |
Functional Interface to detect exceptions
|
| OnSuccess<R> |
A Functional Interface to detect when a IPromise is Finished Successful
|
| Class | Description |
|---|---|
| Task<R> |
A Task in parallel
|
| Enum | Description |
|---|---|
| ExecutionMode |
Execution modes
|
| Exception | Description |
|---|---|
| RuntimeThreadException |
Copyright © 2017. All rights reserved.