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 AMdany
10/15/2018, 9:07 AMLeonid Popescu
10/15/2018, 9:08 AMLeonid Popescu
10/15/2018, 9:09 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)
Leonid Popescu
10/15/2018, 9:13 AM