AsyncExecutorThread constructor

AsyncExecutorThread(
  1. String executorName,
  2. AsyncTaskLoggerCaller logger,
  3. bool sequential
)

Implementation

AsyncExecutorThread(this.executorName, this.logger, this.sequential);