resumeDispatcher

abstract fun resumeDispatcher()(source)

Deprecated (with error)

Please use a dispatcher that is paused by default, like `StandardTestDispatcher`.

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 advanceTimeBy, or advanceUntilIdle.