-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Coroutines basics Docs #2279
New issue
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
Labels
docs
KDoc and API reference
Comments
Thanks for the report! It is a bug in the kotlinlang.org website infrastructure. I've reported it here: https://youtrack.jetbrains.com/issue/KTL-166 |
Turn out it is actually a problem here, fixing. |
elizarov
added a commit
that referenced
this issue
Oct 9, 2020
recheej
pushed a commit
to recheej/kotlinx.coroutines
that referenced
this issue
Dec 28, 2020
recheej
pushed a commit
to recheej/kotlinx.coroutines
that referenced
this issue
Dec 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While reading the coroutines basics docs https://kotlinlang.org/docs/reference/coroutines/basics.html
I noticed that a reference link to " CoroutineScope" interface leads to the "coroutineScope" function.
On the docs it reads like this, "Essentially, coroutines are light-weight threads. They are launched with launch coroutine builder in a context of some CoroutineScope." but the link on the "CoroutineScope" here leads to the coroutineScope function, rather than "CoroutineScope" interface .
Personally, I feel referencing the interface should be the right thing but I could be wrong.
The text was updated successfully, but these errors were encountered: