liburing
liburing copied to clipboard
Can io_uring_prep_read/write return -EAGAIN if timeout is not set?
Can io_uring_prep_read/write return -EAGAIN if timeout is not set?
Normally it's not likely, but can happen. The actual behaviour will depend on the file you're reading from / writing to.