I care less. In all the APIs I’ve used, if I initi...
# coroutines
e
I care less. In all the APIs I’ve used, if I initiate an operation, then it is API’s implementation responsibility to establish connection (if it wasn’t established yet) and perform an operation. Anyway, here is how you can wait using APIs from kotlinx.coroutines (without having to resort to low-level continuation management):