Extracted from https://github.com/ziglang/zig/pull/25592. The FreeBSD implementation of `netLookup` should use `dnsres_getaddrinfo` to obtain this property: * asynchronously add to results queue It does not appear to be cancelable. ```zig if (native_os == .freebsd) { // TODO use dnsres_getaddrinfo } ```
Extracted from #25592.
The FreeBSD implementation of
netLookupshould usednsres_getaddrinfoto obtain this property:It does not appear to be cancelable.