Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.47 KB

README.md

File metadata and controls

26 lines (23 loc) · 2.47 KB

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