Extracted from https://github.com/ziglang/zig/pull/25592. The OpenBSD implementation of `netLookup` should use `getaddrinfo_async` / `asr_abort` to obtain these two properties: * asynchronously add to results queue * cancellation integration ```zig if (native_os == .openbsd) { // TODO use getaddrinfo_async / asr_abort } ```
Extracted from #25592.
The OpenBSD implementation of
netLookupshould usegetaddrinfo_async/asr_abortto obtain these two properties: