You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the general computer-science meanings of the terms
"concurrency" and "parallelism", rename `thread.hw_concurrency` to
`thread.available_parallelism`, because it's about the number of threads
that can execute in parallel.
This differs from the existing JS API of [`navigator.hardwareConcurrency`],
so add a note mentioning the correspondence.
[`navigator.hardwareConcurrency`]: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/hardwareConcurrency
0 commit comments