-
liburing4cpp Is the cool new kid on the block in asynchronous c++ on linux. It uses io_uring which is really good. But ... no sockets I think?
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
-
If you want to try something that is designed around coroutines and io_uring on Linux you can look at https://github.com/Felspar/io
-
POCO
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
You can also look into Poco https://pocoproject.org/
-
I suggest looking at - an open-source project of mine.