getSemaphoreLimit static method
Returns the current maximum number of concurrent file operations.
Default: 50
Implementation
static int getSemaphoreLimit() => _semaphoreLimit;
Returns the current maximum number of concurrent file operations.
Default: 50
static int getSemaphoreLimit() => _semaphoreLimit;