| Package | Description |
|---|---|
| com.github.deinok.threading |
| Modifier and Type | Class and Description |
|---|---|
class |
Task<R>
A Task in parallel
|
| Modifier and Type | Method and Description |
|---|---|
ITask<R> |
ITask.await()
Ensures that the task is finished
|
ITask<R> |
ITask.execute(ExecutionMode executionMode)
Executes the Task in the selected mode
|
ITask<R> |
ITask.executeAsync()
Executes the Task Asynchronous
|
ITask<R> |
ITask.executeSync()
Executes the Task Synchronous
|
ITask<R> |
ITask.setPriority(int priority)
Sets the priority
|
Copyright © 2017. All rights reserved.