asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

asyncio is a c++20 library to write concurrent code using the async/await syntax.

Results 7 asyncio issues
Sort by recently updated
recently updated
newest added

Greetings and also AWESOME WORK @netcan I have been wondering why C++ doesn't have a library like this - been struggling with ASIO. Turns out, it DOES have a library...

Below is the error msg: ```-- The CXX compiler identification is GNU 10.5.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for...

这样太不兼容 python asynio了? C++ 里有没不阻塞线程的 sleep函数

### Alpha - C++ `boost::cobalt` (mid-level library): https://boostorg.github.io/cobalt/ - Zig library: https://github.com/mitchellh/libxev

Hello, Great library, thanks for your work. I have a question regarding using the other coroutine types found in https://github.com/andreasbuhr/cppcoro with asyncio. Is there a lot of work being able...

Get this error while installing on a mac: In file included from /Users/atulbansal/base/projects/cpp/asyncio/include/asyncio/event_loop.h:9: /Users/atulbansal/base/projects/cpp/asyncio/include/asyncio/handle.h:9:10: fatal error: 'source_location' file not found #include ^~~~~~~~~~~~~~~~~ 1 error generated.

Nice Python-like-API-approach. I started something like this some time ago and my event loop class looked pretty much the same. In Python, you can have multiple event loops: See [https://docs.python.org/3/library/asyncio-eventloop.html](https://docs.python.org/3/library/asyncio-eventloop.html)...