Semaphore constructor

Semaphore(
  1. int _maxConcurrent, {
  2. required Function onEachCompleted,
})

Implementation

Semaphore(this._maxConcurrent, {required this.onEachCompleted});