|
2 | 2 | This library provides a c++20 coroutine wrapper around the modern linux io_uring interface. |
3 | 3 | It is an addition to [async++](https://github.com/asyncpp/asyncpp) which provides general coroutine tasks and support classes. |
4 | 4 |
|
5 | | -Tested and supported compilers: |
6 | | -[![ubuntu-2004_clang-10][img_ubuntu-2004_clang-10]][Compiler-Support] |
7 | | -[![ubuntu-2004_clang-11][img_ubuntu-2004_clang-11]][Compiler-Support] |
8 | | -[![ubuntu-2004_clang-12][img_ubuntu-2004_clang-12]][Compiler-Support] |
9 | | -[![ubuntu-2004_gcc-10][img_ubuntu-2004_gcc-10]][Compiler-Support] |
10 | | -[![ubuntu-2204_clang-13][img_ubuntu-2204_clang-13]][Compiler-Support] |
11 | | -[![ubuntu-2204_clang-14][img_ubuntu-2204_clang-14]][Compiler-Support] |
12 | | -[![ubuntu-2204_clang-15][img_ubuntu-2204_clang-15]][Compiler-Support] |
13 | | -[![ubuntu-2204_gcc-11][img_ubuntu-2204_gcc-11]][Compiler-Support] |
14 | | -[![ubuntu-2204_gcc-10][img_ubuntu-2204_gcc-10]][Compiler-Support] |
| 5 | +Tested and supported compilers: |
| 6 | +[![ubuntu-2004_clang-10][img_ubuntu-2004_clang-10]][Compiler-Support] |
| 7 | +[![ubuntu-2004_clang-11][img_ubuntu-2004_clang-11]][Compiler-Support] |
| 8 | +[![ubuntu-2004_clang-12][img_ubuntu-2004_clang-12]][Compiler-Support] |
| 9 | +[![ubuntu-2004_gcc-10][img_ubuntu-2004_gcc-10]][Compiler-Support] |
| 10 | +[![ubuntu-2204_clang-13][img_ubuntu-2204_clang-13]][Compiler-Support] |
| 11 | +[![ubuntu-2204_clang-14][img_ubuntu-2204_clang-14]][Compiler-Support] |
| 12 | +[![ubuntu-2204_clang-15][img_ubuntu-2204_clang-15]][Compiler-Support] |
| 13 | +[![ubuntu-2204_gcc-11][img_ubuntu-2204_gcc-11]][Compiler-Support] |
| 14 | +[![ubuntu-2204_gcc-10][img_ubuntu-2204_gcc-10]][Compiler-Support] |
15 | 15 |
|
16 | 16 |
|
17 | 17 | [img_ubuntu-2004_clang-10]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2004_clang-10/shields.json |
|
0 commit comments