Since runBlocking is now disallowed on Android (si...
# coroutines
d
Since runBlocking is now disallowed on Android (since 0.24.0), anyone got any experience on alternative mechanisms that can be used to bridge between the blocking world and the non-blocking world?
b
wasn't 'runBlocking' only disallowed on the UI thread? How were you using it in the first place?