aantron / luv

Cross-platform asynchronous I/O and system calls
https://aantron.github.io/luv
MIT License
275 stars 26 forks source link

Upgrade libuv to 1.45.0 #151

Closed aantron closed 9 months ago

aantron commented 1 year ago

See the release.

aantron commented 1 year ago

In particular, 1.45.0 adds io_uring support (https://github.com/libuv/libuv/pull/3952) and a metrics API (https://github.com/libuv/libuv/pull/3749).