Skip to content

Reduce the critical section of io_uring CQ

Florian Schmaus requested to merge flow/emper:reduce-crit-section-of-cq into master

By using io_uring_peek_batch_cqe() we are able to reduce the cirtical section protecting the CQ datastructure to a minimum.

Merge request reports