mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
Justification: It is common for non-CPU bound short routines to do non-blocking accept to eliminate unnecessary delays before subscribing to data, for example in hardware integration tests.