You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the code example for Dispatchers.Unconfined (#3607)
The previous example used `withContext` which is guaranteed to complete before the code after it runs. The updated example uses `launch` which I think was originally intended.
Fixes#3605
Fixes https://youtrack.jetbrains.com/issue/KT-47032/
0 commit comments