uv_available_parallelism on Windows is currently inconsistent with uv_thread_getaffinity. This backports https://github.com/libuv/libuv/pull/4521 which fixes this issue.
I'm inclined to merge this PR and #39 in a couple of days if there are no objections, they're simply backports of commits already in upstream, hopefully not very controversial.
uv_available_parallelism
on Windows is currently inconsistent withuv_thread_getaffinity
. This backports https://github.com/libuv/libuv/pull/4521 which fixes this issue.