global property

FileLimited global
final

A shared singleton instance of FileLimited.

Useful when the same concurrency control should apply across the entire application or subsystem, ensuring all file operations are throttled consistently under a unified semaphore.

Intended for shared usage rather than per-component instantiation.

Implementation

static final global = FileLimited(name: '[GLOBAL]');