lean4-htt/src/runtime/uv
Sofia Rodrigues f9adafe54d
feat: adds acceptSelector and modified selectors (#10667)
This PR adds more selectors for TCP and Signals.

It also fixes a problem with `Selectors` that they cannot be closures
over a promise, otherwise it causes the waiter promise to never be
dropped.
2025-10-17 14:53:46 +00:00
..
dns.cpp fix: handle NUL bytes in IO functions (#9616) 2025-08-01 06:12:53 +00:00
dns.h feat: add DNS resolution functions to the standard library (#8072) 2025-06-27 11:11:47 +00:00
event_loop.cpp feat: socket support using LibUV (#6683) 2025-03-19 13:54:51 +00:00
event_loop.h fix: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00
net_addr.cpp fix: handle NUL bytes in IO functions (#9616) 2025-08-01 06:12:53 +00:00
net_addr.h fix: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00
signal.cpp feat: adds acceptSelector and modified selectors (#10667) 2025-10-17 14:53:46 +00:00
signal.h feat: adds acceptSelector and modified selectors (#10667) 2025-10-17 14:53:46 +00:00
system.cpp fix: handle NUL bytes in IO functions (#9616) 2025-08-01 06:12:53 +00:00
system.h feat: add system information functions to the standard library (#8109) 2025-06-27 16:31:34 +00:00
tcp.cpp feat: adds acceptSelector and modified selectors (#10667) 2025-10-17 14:53:46 +00:00
tcp.h feat: adds acceptSelector and modified selectors (#10667) 2025-10-17 14:53:46 +00:00
timer.cpp feat: adds acceptSelector and modified selectors (#10667) 2025-10-17 14:53:46 +00:00
timer.h fix: add cancel function to the Timer API to make it behave correctly with finalizers and selectables (#10630) 2025-10-08 16:14:39 +00:00
udp.cpp feat: add vectored write and fix rc issue in tcp and udp cancel function (#10487) 2025-09-22 17:02:57 +00:00
udp.h feat: add vectored write and fix rc issue in tcp and udp cancel function (#10487) 2025-09-22 17:02:57 +00:00