asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

Compatability with cppcoro

Open russkel opened this issue 2 years ago • 2 comments

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 to support these? I am a bit naive as to how this works as I have only very briefly looked over the code in both libs.

Cheers,

Russ

russkel avatar Jul 23 '23 01:07 russkel

cppcoro and asyncio are two different style projects. this project is designed for learning C++ coroutine features, some ideas were borrowed from cppcoro.

netcan avatar Jul 23 '23 05:07 netcan

Mainly I was interested in async_auto_reset_event and the shared_task types. Okay so I will have to port them to asyncio.

russkel avatar Jul 23 '23 05:07 russkel