- execute(ExecutionMode) - Method in interface com.github.deinok.threading.ITask
-
Executes the Task in the selected mode
- execute(RuntimeThreadException) - Method in interface com.github.deinok.threading.OnException
-
Executed when a IPromise throws an exception
- execute(R) - Method in interface com.github.deinok.threading.OnSuccess
-
Executed when the IPromise have the result
- execute(ExecutionMode) - Method in class com.github.deinok.threading.Task
-
Executes the Task in the selected mode
- executeAsync() - Method in interface com.github.deinok.threading.group.ITaskGroup
-
- executeAsync() - Method in class com.github.deinok.threading.group.TaskList
-
- executeAsync() - Method in interface com.github.deinok.threading.ITask
-
Executes the Task Asynchronous
- executeAsync() - Method in class com.github.deinok.threading.Task
-
Executes the Task Asynchronous
- executeSync() - Method in interface com.github.deinok.threading.group.ITaskGroup
-
- executeSync() - Method in class com.github.deinok.threading.group.TaskList
-
- executeSync() - Method in interface com.github.deinok.threading.ITask
-
Executes the Task Synchronous
- executeSync() - Method in class com.github.deinok.threading.Task
-
Executes the Task Synchronous
- ExecutionMode - Enum in com.github.deinok.threading
-
Execution modes