Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

threading support controls? seems docs need update #461

Open
Open
threading support controls? seems docs need update#461

Description

TinyGo code runs on a single core, in a single thread (think `GOMAXPROCS=1`).

says

"TinyGo code runs on a single core, in a single thread (think GOMAXPROCS=1).
Since scheduling in TinyGo is [cooperative]"

However, the latest release notes, under runtime, says

"darwin: add threading support and use it by default"

which seems to contradict the single threaded cooperative concurrency claim of the doc/web site.

Also it would be great to link to what settings are available/ how to control the new concurrency options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions