Skip to content

event: simplify the Windows file source implementation #511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2019
Merged

event: simplify the Windows file source implementation #511

merged 1 commit into from
Aug 21, 2019

Conversation

adierking
Copy link
Contributor

Currently, file sources are all registered with a global
_dispatch_file_handles list that has a lock around it. Remove this in
favor of posting muxnote pointers to the I/O completion port using the
same mechanism as the other source types.

Currently, file sources are all registered with a global
`_dispatch_file_handles` list that has a lock around it. Remove this in
favor of posting muxnote pointers to the I/O completion port using the
same mechanism as the other source types.
@adierking
Copy link
Contributor Author

cc @compnerd @ktopley-apple

@ktopley-apple
Copy link
Contributor

@swift-ci please test

@ktopley-apple ktopley-apple merged commit 3cf1bf3 into swiftlang:master Aug 21, 2019
rokhinip pushed a commit that referenced this pull request Nov 5, 2021
event: simplify the Windows file source implementation
Signed-off-by: Kim Topley <[email protected]>
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