Anybody has experience with `runBlocking` working ...
# multiplatform
b
Anybody has experience with
runBlocking
working on iOS? 😛 (spoiler alert: in my case, it just freezes)
d
On which thread are you calling
runBlocking
?
k
Current coroutines or the multithreaded preview?
b
@Dominaezzz I was trying from the main thread, I know this is a bad idea, but it still shouldn't freeze, imho.
@kpgalligan current coroutines yes