testSimulRunners
suspend fun testSimulRunners(dispatcher: CoroutineDispatcher, nRunners: Int, coroutineBlock: suspend CoroutineScope.(Int) -> Runner)
A scenario which tests running homogeneous tasks.
Parameters
dispatcher
Coroutine dispatcher.
nRunners
Number of runners to spawn.
coroutineBlock
The task to run.