Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win: compute parallelism from process cpu affinity (libuv#4521)
Use GetProcessAffinityMask() to estimate the available parallelism. Before this commit, it simply used the number of available CPUs. Fixes: libuv#4520
- Loading branch information