Skip to content

std.Io.Threaded: glibc implementation of netLookup #25740

@andrewrk

Description

@andrewrk

Extracted from #25592.

The glibc implementation of netLookup should use getaddrinfo_a / gai_cancel to obtain these two properties:

  • asynchronously add to results queue
  • cancellation integration
    if (builtin.target.isGnuLibC()) {
        // TODO use getaddrinfo_a / gai_cancel
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSolving this issue will likely involve adding new logic or components to the codebase.os-linuxstandard 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