Skip to content

Combine pollfds in select#829

Merged
alexcrichton merged 1 commit into
WebAssembly:mainfrom
alexcrichton:update-select
Jul 17, 2026
Merged

Combine pollfds in select#829
alexcrichton merged 1 commit into
WebAssembly:mainfrom
alexcrichton:update-select

Conversation

@alexcrichton

Copy link
Copy Markdown
Collaborator

This commit updates the behavior of select delegating to poll to combine fds in different select sets into a single pollfd to pass to poll. This helps handle the restrictions added in #825 where the same fd can't be in the same set twice.

This commit updates the behavior of `select` delegating to `poll` to
combine fds in different select sets into a single `pollfd` to pass to
`poll`. This helps handle the restrictions added in WebAssembly#825 where the same
fd can't be in the same set twice.
@alexcrichton
alexcrichton requested a review from pchickey July 16, 2026 20:02
@alexcrichton
alexcrichton merged commit 13d811b into WebAssembly:main Jul 17, 2026
35 checks passed
@alexcrichton
alexcrichton deleted the update-select branch July 17, 2026 17:02
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.

2 participants