runBlockingNoSuspensions

fun <T : Any> runBlockingNoSuspensions(callback: suspend () -> T): T

Allows to execute a suspendable block as long as you can ensure no suspending will happen at all..