-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-openbsdstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Extracted from #25592.
The OpenBSD implementation of netLookup should use getaddrinfo_async / asr_abort to obtain these two properties:
- asynchronously add to results queue
- cancellation integration
if (native_os == .openbsd) {
// TODO use getaddrinfo_async / asr_abort
}Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-openbsdstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.