spand
10/15/2018, 9:01 AMrunBlocking
for js hence not in common eitherLeonid Popescu
10/15/2018, 9:02 AMdany
10/15/2018, 9:06 AMLeonid Popescu
10/15/2018, 9:08 AMexpect fun <T> runBlockingCommon(context: CoroutineContext = EmptyCoroutineContext, block: suspend CoroutineScope.() -> T): T
and in jvm
actual fun <T> runBlockingCommon(context: CoroutineContext, block: suspend CoroutineScope.() -> T): T = runBlocking(context, block)