How do you test suspending functions in Kotlin Nat...
# kotlin-native
b
How do you test suspending functions in Kotlin Native?
k
runBlocking
is a reasonable place to start
b
Ah, was hoping for something more tailored 😀
r
It sounds like we might see some progress soon on https://github.com/Kotlin/kotlinx.coroutines/issues/1996
👍 1