-
Notifications
You must be signed in to change notification settings - Fork 117
Open
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
Labels
No labels