26 Jul
2023
26 Jul
'23
3:53 p.m.
On Wed, 26 Jul 2023 at 17:25, Christian Mazakas via Boost < boost@lists.boost.org> wrote:
I know you want to use io_uring and you seem to think you can't. What's the issue with creating your own awaitables that use io_uring and co_await them from async's coroutines?
Actually, this would be a great test.
I tried reading the docs but I'm not sure how to actually author this.
You don't need to. Chris has already built io_uring support into ASIO. simply compile with *-DBOOST_ASIO_HAS_IO_URING_AS_DEFAULT* Effect: *Linux: io_uring is used instead of epoll.* See: https://www.boost.org/doc/libs/1_82_0/doc/html/boost_asio/using.html