Feature Request
Is your feature request related to a problem? Please describe
There is no documentation on what would happen if both the IO_URING and EPOLL native libraries are present in the classpath.
Describe the solution you'd like
We need to document in a clear way that:
- having both the EPOLL and IO_URING libraries in the classpath is not a valid configuration
- having them both would result in IO_URING being used
- ideally the users need to correct this by leaving only the desired library in the class path