Join Slack
Powered by
You should use something like `launch(Android) { ....
# coroutines
e
elizarov
03/04/2017, 4:17 PM
You should use something like
launch(Android) { ... }
, where
Android
is a class that extends
CoroutineDispatcher
and confines coroutine execution the main thread in Android.
Open in Slack
Previous
Next