Join Slack
Powered by
<@U8VFLPDEX> commented on <@U3ZLHBTLG>’s file <htt...
# coroutines
u
user
02/10/2018, 4:37 PM
@luciofm
commented on
@louiscad
’s file
https://kotlinlang.slack.com/files/U3ZLHBTLG/F981CUYRL/coroutinesactivityprototype_kt.kt
: I don't think this is a good idea...
launch(UI) { create(savedInstanceState) }
creates a
Job
and returns immediately, so you may still be running
create(savedInstance)
code while the activity is already in
onDestroy()
for example...
CoroutinesActivityPrototype_kt.kt
Open in Slack
Previous
Next