Skip to content

feat(iocp): prefer async connect#158

Open
nikneym wants to merge 7 commits into
mitchellh:mainfrom
nikneym:win-async-connect
Open

feat(iocp): prefer async connect#158
nikneym wants to merge 7 commits into
mitchellh:mainfrom
nikneym:win-async-connect

Conversation

@nikneym

@nikneym nikneym commented Apr 14, 2025

Copy link
Copy Markdown
Contributor

Closes #151. API is not changed; all tests are passing as before.

@nikneym

nikneym commented May 8, 2025

Copy link
Copy Markdown
Contributor Author

cc @Corendos I'd be glad if you could review this one too 👀

@Corendos Corendos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some nits, but once resolved, it's ready to merge ! 😁

On a side note, Windows keep on delivering in weirdness sometimes. What is this required dynamic loading of ConnectEx 😂

Comment thread src/backend/iocp.zig Outdated
Comment thread src/backend/iocp.zig Outdated
Comment thread src/backend/iocp.zig Outdated
@nikneym

nikneym commented Sep 26, 2025

Copy link
Copy Markdown
Contributor Author

This has been rotting for quite a while... Upstreamed it now; cc @Corendos should be fine now!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

win: prefer LPFN_CONNECTEX for asynchronous connect calls

2 participants