WorkerPool

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

Constructors

Link copied to clipboard
constructor(workerCount: Int = 10, scope: CoroutineScope = CoroutineScope(KmpDispatchers.IO + SupervisorJob()))

Functions

Link copied to clipboard
fun add(task: suspend () -> Unit)
Link copied to clipboard
fun cancel()