liburing icon indicating copy to clipboard operation
liburing copied to clipboard

Can io_uring_prep_read/write return -EAGAIN if timeout is not set?

Open ghost opened this issue 2 years ago • 1 comments

Can io_uring_prep_read/write return -EAGAIN if timeout is not set?

ghost avatar Mar 30 '23 05:03 ghost

Normally it's not likely, but can happen. The actual behaviour will depend on the file you're reading from / writing to.

isilence avatar Apr 11 '23 12:04 isilence