You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same problem as described #1697 (see my explanation here)
It is basically a tradeoff between "nested runblocking just hangs the thread and you have a deadlock" and "nested runblocking sometimes confuses people"
Closing as duplicate, let's move our discussion there
I found a trouble in the follow code:
I expect:
but it is:
openjdk version "11.0.6" 2020-01-14
kotlin 1.3.70
coroutine 1.3.4
The text was updated successfully, but these errors were encountered: