6 skills found
ddeka0 / AsyncIOA CPP wrapper for asynchronous socket server using linux's latest IO_URING API
Felspar / IoCoroutine based asynchronous IO using poll and io_uring for C++20
rzbdz / Libcoringlibcoring is a C++ network library in Proactor, and it is based on the new io_uring syscall of linux and coroutine in C++ 20. It's stop currently. We will try to bring sender-receiver model to it in the future.
wokron / CondyC++ Asynchronous System Call Layer, Powered by io_uring and C++20 Coroutines
Caturra000 / Io Uring Examples CppA ~200-line example implementing C++20 coroutines for liburing
thosey / CaduveloxLock-free HTTP server with io_uring, zero-copy I/O, and kTLS support