Semaphore constructor

Semaphore(
  1. int _maxConcurrency
)

Implementation

Semaphore(this._maxConcurrency);