Skip to content

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

Closed
codejunk1e opened this issue Oct 4, 2020 · 2 comments
Closed

Coroutines basics Docs #2279

codejunk1e opened this issue Oct 4, 2020 · 2 comments
Labels
docs KDoc and API reference

Comments

@codejunk1e
Copy link

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.

@elizarov
Copy link
Contributor

elizarov commented Oct 8, 2020

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

@elizarov elizarov added the docs KDoc and API reference label Oct 8, 2020
@elizarov elizarov closed this as completed Oct 8, 2020
@elizarov elizarov reopened this Oct 9, 2020
@elizarov
Copy link
Contributor

elizarov commented Oct 9, 2020

Turn out it is actually a problem here, fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs KDoc and API reference
Projects
None yet
Development

No branches or pull requests

2 participants