-
asyncio
asyncio is a c++20 library to write concurrent code using the async/await syntax. (by netcan)
I publish my coroutine library: asyncio(https://github.com/netcan/asyncio) that imitate python asyncio, some people may be interested in the performance of c++20 coroutine features, so I benchmark my library in localhost, and in terms of comparisons with other methods.
-
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!
-
Btw, this is the library: https://github.com/HappyCerberus/ces
-
Nice ! What about python with the free asyncio upgrade https://github.com/MagicStack/uvloop ?
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.