EzTaskManager constructor

EzTaskManager({
  1. required int maxRunningTask,
})

Implementation

EzTaskManager({required this.maxRunningTask});