resetPoolSuspend

suspend fun resetPoolSuspend()

Similar to resetPool, but closes the old pool in a coroutine to avoid blocking the executing thread.

See also