We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple possible problems in this snippet of the documentation:
kotlinx.coroutines/common/kotlinx-coroutines-core-common/src/CoroutineScope.kt
Line 136 in 00d86c5
UI
Dispatchers.Main
async
The text was updated successfully, but these errors were encountered:
Update documentation in favor of Dispatchers.Main
a88f628
Fixes #803 Fixes #802
@qwwdfsad We need to merge this particular documentation-fixing commit from your postponed branch.
Sorry, something went wrong.
Replace UI with Dispatchers.Main in CoroutineScope documentation
d1a05f3
Fixes #803
b37c296
qwwdfsad
No branches or pull requests
Multiple possible problems in this snippet of the documentation:
kotlinx.coroutines/common/kotlinx-coroutines-core-common/src/CoroutineScope.kt
Line 136 in 00d86c5
UI
instead ofDispatchers.Main
async
is the best choice (I may be wrong on this).The text was updated successfully, but these errors were encountered: