Skip to content

net: add Windows support for TCP handle transfer across worker threads #64456

Description

@mcollina

Follow-up to #64225, which added transferable TCP Server/Socket handles for worker threads on Unix only.

On Windows, throws because re-adopting a socket into another thread's event loop requires re-associating it with that loop's IOCP via , which is not wired up yet (see and ).

This issue tracks implementing the Windows side.

Metadata

Metadata

Assignees

Labels

netIssues and PRs related to the net subsystem.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions