Skip to content

threading support controls? seems docs need update #461

Description

@glycerine

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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