Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 2.93 KB

File metadata and controls

30 lines (27 loc) · 2.93 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-2404_clang-16
ubuntu-2404_clang-17
ubuntu-2404_clang-18
ubuntu-2404_gcc-12
ubuntu-2404_gcc-13
ubuntu-2404_gcc-14
ubuntu-2204_clang-13
ubuntu-2204_clang-14
ubuntu-2204_clang-15
ubuntu-2204_gcc-10
ubuntu-2204_gcc-11