yieldMultiple

suspend fun yieldMultiple(times: Int = DEFAULT_MULTIPLE_TIMES_YIELDS)

Calls yield for a number of times

Parameters

times

the number of times to call yield. DEFAULT_MULTIPLE_TIMES_YIELDS by default