Skip to content

std.Io.Threaded: OpenBSD implementation of netLookup #25741

@andrewrk

Description

@andrewrk

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

No one assigned

    Labels

    enhancementSolving 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.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions