<@U0BRPBCKT> commented on <@U8X1UM66N>’s file <htt...
# coroutines
u
@stepango commented on @Jonathan’s file https://kotlinlang.slack.com/files/U8X1UM66N/F9N3LQYA1/suspend_handleaction__.kt: I can't wrap this function in
runBlocking
because it does not have suspend modifier. runBlocking using
EmptyCoroutineContext
which is not triggering any execution for some reason and does not work in this case