io-event icon indicating copy to clipboard operation
io-event copied to clipboard

add `io_uring_wait_for_events` support

Open dsh0416 opened this issue 3 years ago • 0 comments

Description

This patch trying to expose the available_nr from internal APIs of liburing to make the API easier to be handled.

TODO

  • [x] Impl of internal API changes
  • [ ] Integrate with current uring backend
  • [ ] Pass existing tests
  • [ ] Check robustness on heavy load (especially if SQE is full)
  • [ ] Prepare a version that may be merged to liburing library

dsh0416 avatar Jun 21 '21 04:06 dsh0416