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