runCurrentDeprecated

@ExperimentalCoroutinesApi
fun TestCoroutineDispatcher.runCurrentDeprecated()

Runs the tasks that are scheduled to execute at this moment of virtual time.

Note: This function is intended only to support the transition period while we migrate to kotlinx-coroutines-test 1.6.x. The new API introduced in 1.6.x should be used instead.


@ExperimentalCoroutinesApi
fun TestCoroutineScope.runCurrentDeprecated()

Run any tasks that are pending at the current virtual time, according to the testScheduler.

Note: This function is intended only to support the transition period while we migrate to kotlinx-coroutines-test 1.6.x. The new API introduced in 1.6.x should be used instead.