A CPP wrapper for asynchronous socket server using linux's latest IO_URING API
-
Updated
Mar 31, 2022 - C++
A CPP wrapper for asynchronous socket server using linux's latest IO_URING API
libcoring 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.
Coroutine based asynchronous IO using poll and io_uring for C++20
Add a description, image, and links to the io-uring-cpp topic page so that developers can more easily learn about it.
To associate your repository with the io-uring-cpp topic, visit your repo's landing page and select "manage topics."