@@ -3,21 +3,25 @@ This library provides a c++20 coroutine wrapper around the modern linux io_uring
33It is an addition to [ async++] ( https://github.com/asyncpp/asyncpp ) which provides general coroutine tasks and support classes.
44
55Tested 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 ]
6+ [ ![ ubuntu-2404_clang-16] [ img_ubuntu-2404_clang-16 ]] [ Compiler-Support ]
7+ [ ![ ubuntu-2404_clang-17] [ img_ubuntu-2404_clang-17 ]] [ Compiler-Support ]
8+ [ ![ ubuntu-2404_clang-18] [ img_ubuntu-2404_clang-18 ]] [ Compiler-Support ]
9+ [ ![ ubuntu-2404_gcc-12] [ img_ubuntu-2404_gcc-12 ]] [ Compiler-Support ]
10+ [ ![ ubuntu-2404_gcc-13] [ img_ubuntu-2404_gcc-13 ]] [ Compiler-Support ]
11+ [ ![ ubuntu-2404_gcc-14] [ img_ubuntu-2404_gcc-14 ]] [ Compiler-Support ]
1012[ ![ ubuntu-2204_clang-13] [ img_ubuntu-2204_clang-13 ]] [ Compiler-Support ]
1113[ ![ ubuntu-2204_clang-14] [ img_ubuntu-2204_clang-14 ]] [ Compiler-Support ]
1214[ ![ ubuntu-2204_clang-15] [ img_ubuntu-2204_clang-15 ]] [ Compiler-Support ]
13- [ ![ ubuntu-2204_gcc-11] [ img_ubuntu-2204_gcc-11 ]] [ Compiler-Support ]
1415[ ![ ubuntu-2204_gcc-10] [ img_ubuntu-2204_gcc-10 ]] [ Compiler-Support ]
16+ [ ![ ubuntu-2204_gcc-11] [ img_ubuntu-2204_gcc-11 ]] [ Compiler-Support ]
1517
1618
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
18- [ img_ubuntu-2004_clang-11 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2004_clang-11/shields.json
19- [ img_ubuntu-2004_clang-12 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2004_clang-12/shields.json
20- [ img_ubuntu-2004_gcc-10 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2004_gcc-10/shields.json
19+ [ img_ubuntu-2404_clang-16 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2404_clang-16/shields.json
20+ [ img_ubuntu-2404_clang-17 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2404_clang-17/shields.json
21+ [ img_ubuntu-2404_clang-18 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2404_clang-18/shields.json
22+ [ img_ubuntu-2404_gcc-12 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2404_gcc-12/shields.json
23+ [ img_ubuntu-2404_gcc-13 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2404_gcc-13/shields.json
24+ [ img_ubuntu-2404_gcc-14 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2404_gcc-14/shields.json
2125[ img_ubuntu-2204_clang-13 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2204_clang-13/shields.json
2226[ img_ubuntu-2204_clang-14 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2204_clang-14/shields.json
2327[ img_ubuntu-2204_clang-15 ] : https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2204_clang-15/shields.json
0 commit comments