| Package | Description |
|---|---|
| com.github.deinok.threading |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Task<R> |
Task.execute(ExecutionMode executionMode)
Executes the Task in the selected mode
|
ITask<R> |
ITask.execute(ExecutionMode executionMode)
Executes the Task in the selected mode
|
Copyright © 2017. All rights reserved.