Skip to content

std.Io.Threaded: Darwin implementation of netLookup #25743

@andrewrk

Description

@andrewrk

Extracted from #25592.

The macOS implementation of netLookup should use CFHostStartInfoResolution / CFHostCancelInfoResolution to obtain these two properties:

  • asynchronously add to results queue
  • cancellation integration
    if (native_os.isDarwin()) {
        // TODO use CFHostStartInfoResolution / CFHostCancelInfoResolution
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

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