We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
epoll
io_uring
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
Currently, when both epoll and io_uring are part of the classpath the driver would use io_uring.
io_uring is still in incubation. It makes more sense to default to epoll in such cases.
THIS IS A BREAKING CHANGE.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Is your feature request related to a problem? Please describe
Currently, when both
epoll
andio_uring
are part of the classpath the driver would useio_uring
.Describe the solution you'd like
io_uring
is still in incubation. It makes more sense to default toepoll
in such cases.THIS IS A BREAKING CHANGE.
The text was updated successfully, but these errors were encountered: