Skip to content

deps: upgrade to libuv 1.44.2

Notable changes:

  • addition of uv_available_parallelism(); more accurate than counting the number of CPUs returned by uv_cpu_info()

  • mutexes in Windows are now always implemented in terms of SRWLOCKs

Merge request reports

Loading