AsyncSemaphoreUtils constructor

AsyncSemaphoreUtils(
  1. int permits
)

Implementation

AsyncSemaphoreUtils(this.permits) : _available = permits;