is runBlocking supported on iOS? I have a simple e...
# coroutines
b
is runBlocking supported on iOS? I have a simple example that hangs forever on iOS. JVM works fine. https://github.com/bootstraponline/run_blocking
t
MT support is not yet done in coroutines for native as I know. @e5l should know more about httpclient
b
I want to run on the main thread. That's why I'm confused about the code not working. I think this should be supported already.
t
iOS http client uses another thread for load callback
👍 1