Class TaskExecutor

java.lang.Object
jadx.core.utils.tasks.TaskExecutor
All Implemented Interfaces:
ITaskExecutor

public class TaskExecutor extends Object implements ITaskExecutor
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
    • stages

      private final List<TaskExecutor.ExecStage> stages
    • threadsCount

      private final AtomicInteger threadsCount
    • progress

      private final AtomicInteger progress
    • running

      private final AtomicBoolean running
    • terminating

      private final AtomicBoolean terminating
    • executorSync

      private final Object executorSync
    • executor

      @Nullable private @Nullable ExecutorService executor
    • tasksCount

      private int tasksCount
    • terminateError

      @Nullable private @Nullable Error terminateError
  • Constructor Details

    • TaskExecutor

      public TaskExecutor()
  • Method Details