Commit 52a3ae5
authored
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/1 parent e7ddb2d commit 52a3ae5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments