hnes / libaco

A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
https://libaco.org
Apache License 2.0
3.48k stars 391 forks source link

Integrate into our io engine? #56

Open beef9999 opened 1 year ago

beef9999 commented 1 year ago

Hi, our open source lib (https://github.com/alibaba/PhotonLibOS) is based on stackful coroutine, and a high efficiency IO scheduler. Looks like your implementation is based on stackless, would you like to integrate this project into our IO engine?

Our basic coroutine APIs are like interrupt, context_switch, create, etc...

hnes commented 1 year ago

It's a very nice proposal. But unfortunately, I'm afraid I don't have enough time to do this.