/asyncpp-uring

Async++ io_uring abstraction

Primary LanguageC++MIT LicenseMIT

Async++ URING library

This library provides a c++20 coroutine wrapper around the modern linux io_uring interface. It is an addition to async++ which provides general coroutine tasks and support classes.

Tested and supported compilers:
ubuntu-2004_clang-10
ubuntu-2004_clang-11
ubuntu-2004_clang-12
ubuntu-2004_gcc-10
ubuntu-2204_clang-13
ubuntu-2204_clang-14
ubuntu-2204_clang-15
ubuntu-2204_gcc-11
ubuntu-2204_gcc-10