launchInCurrentThread

fun <T> launchInCurrentThread(block: suspend CoroutineScope.() -> T): T(source)