AsyncExecutor constructor
AsyncExecutor({})
Implementation
AsyncExecutor({
this.mode = ConcurrencyMode.drop,
this.maxDuration,
this.enabled = true,
this.resetOnError = false,
this.debugMode = false,
this.name,
this.onMetrics,
});