Parallelism Config Scope
class ParallelismConfigScope(workersCount: Int = DEFAULT_PARALLEL_WORKER_COUNT, var dispatcher: CoroutineDispatcher = DEFAULT_PARALLEL_DISPATCHER) : ParallelismConfig
ParallelismConfigScope - Creating ParallelismConfig with Kotlin DSL style.
See also
Constructors
Link copied to clipboard
constructor(workersCount: Int = DEFAULT_PARALLEL_WORKER_COUNT, dispatcher: CoroutineDispatcher = DEFAULT_PARALLEL_DISPATCHER)