download/download_isolate_pool library
Classes
- DownloadIsolatePool
- Manages a pool of isolates for handling concurrent download tasks. Responsible for task scheduling, isolate creation, task binding, and communication between the main isolate and download isolates.
Constants
- MAX_ISOLATE_POOL_SIZE → const int
- The maximum number of isolates allowed in the pool.
- MAX_TASK_PRIORITY → const int
- The maximum task priority value.