Skip to content

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

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
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

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