Files
zig/lib/std
Andrew Kelley 8b69341271 std.Io.Threaded: optimize batchAwaitConcurrent for net_receive
Eagerly receive messages with MSG_DONTWAIT before polling. This makes
the DNS resolution use case end up doing:

recvmsg (EAGAIN)
poll
recvmsg (success)
recvmsg (success)

rather than:

poll
recvmsg (success)
poll
recvmsg (success)
2026-03-08 19:20:06 -07:00
..
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2025-11-22 22:42:38 +00:00
2026-03-03 01:12:48 -08:00
2026-02-11 23:37:31 +01:00
2026-02-13 17:58:09 -05:00
2025-12-22 10:00:35 -08:00
2025-11-22 22:42:38 +00:00
2026-02-26 21:20:34 +01:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2026-03-05 21:07:36 +01:00
2026-01-28 00:43:20 -08:00
2026-02-11 23:37:31 +01:00
2026-03-09 03:19:11 +01:00
2026-02-05 16:50:41 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2026-02-13 22:12:19 -05:00