Skip to content
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

Use EV_ONESHOT #38

Merged
merged 2 commits into from
Aug 28, 2023
Merged

Use EV_ONESHOT #38

merged 2 commits into from
Aug 28, 2023

Conversation

asomers
Copy link
Owner

@asomers asomers commented Aug 28, 2023

Which prevents the aiocb from triggering two kevent notifications in a row. This is important in multithreaded runtimes like Tokio that might receive notification on one thread, but call aio_return from a different thread.

Which prevents the aiocb from triggering two kevent notifications in a
row.  This is important in multithreaded runtimes like Tokio that might
receive notification on one thread, but call aio_return from a different
thread.
Because Nix did, and we need the latest Nix version.
@asomers asomers merged commit 00d9b11 into master Aug 28, 2023
2 checks passed
@asomers asomers deleted the EV_ONESHOT branch August 28, 2023 20:51
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.

None yet

1 participant