Package jadx.api.utils.tasks
-
Interface Summary Interface Description ITaskExecutor Schedule and execute tasks combined into stages with parallel or sequential execution (similar to the fork-join pattern).
| Interface | Description |
|---|---|
| ITaskExecutor |
Schedule and execute tasks combined into stages
with parallel or sequential execution (similar to the fork-join pattern).
|