resumeDispatcherDeprecated

@ExperimentalCoroutinesApi
fun TestCoroutineDispatcher.resumeDispatcherDeprecated()

Resume the dispatcher from a paused state. Resumed dispatchers will automatically progress through all coroutines scheduled at the current time. To advance time and execute coroutines scheduled in the future use, one of advanceTimeByDeprecated, or advanceUntilIdleDeprecated.

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.