-
Notifications
You must be signed in to change notification settings - Fork 98
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
eventfd for wakeup notifications for epoll #4
Labels
Comments
steeve
added a commit
to zml/libxev
that referenced
this issue
Nov 19, 2024
Tries to mimic what happens in backend/kqueue. Closes mitchellh#4
steeve
added a commit
to zml/libxev
that referenced
this issue
Nov 19, 2024
Tries to mimic what happens in backend/kqueue. Closes mitchellh#4
steeve
added a commit
to zml/libxev
that referenced
this issue
Jan 17, 2025
Tries to mimic what happens in backend/kqueue. Closes mitchellh#4
steeve
added a commit
to zml/libxev
that referenced
this issue
Jan 17, 2025
Tries to mimic what happens in backend/kqueue. Closes mitchellh#4
steeve
added a commit
to zml/libxev
that referenced
this issue
Jan 17, 2025
Tries to mimic what happens in backend/kqueue. Closes mitchellh#4
steeve
added a commit
to zml/libxev
that referenced
this issue
Jan 20, 2025
Tries to mimic what happens in backend/kqueue. Closes mitchellh#4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we're just sleeping 100ms in case there is work done on the thread pools. The thread pools should instead write to an eventfd to wake up the main loop.
The text was updated successfully, but these errors were encountered: