Worker Pool
class WorkerPool(workerCount: Int = 10, scope: CoroutineScope = CoroutineScope(KmpDispatchers.IO + SupervisorJob()))
Creates a worker pool for running a set number of concurrent tasks at a time
Creates a worker pool for running a set number of concurrent tasks at a time