Skip to content

Coroutines basics Docs #2279

Closed
Closed
@codejunk1e

Description

@codejunk1e

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsKDoc and API reference

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions