How do you, from a coroutine A, run something on a...
# coroutines
l
How do you, from a coroutine A, run something on another thread (a Ktor request or any coroutine B) and suspend while waiting for the result, without freezing coroutine A, using 1.3.9-native-mt? Slack Conversation