there is an api to trigger eventfd on completion is added https://man7.org/linux/man-pages/man3/io_uring_register_eventfd.3.html then register that fd in asyncdispatch and whenever it polls run callback to get all Cqes and complete it's futures
there is an api to trigger eventfd on completion is added
https://man7.org/linux/man-pages/man3/io_uring_register_eventfd.3.html
then register that fd in asyncdispatch and whenever it polls run callback to get all Cqes and complete it's futures