libuv/include
Santiago Gimeno e78e29c231
linux: disable SQPOLL io_uring by default (#4492)
The SQPOLL io_uring instance wasn't providing consistent behaviour to
users depending on kernel versions, load shape, ... creating issues
difficult to track and fix. Don't use this ring by default but allow
enabling it by calling `uv_loop_configure()` with
`UV_LOOP_ENABLE_IO_URING_SQPOLL`.
2024-08-06 22:10:13 +02:00
..
uv misc: remove splay trees macros (#4469) 2024-07-29 16:45:12 -04:00
uv.h linux: disable SQPOLL io_uring by default (#4492) 2024-08-06 22:10:13 +02:00