libaco
libaco copied to clipboard
Integrate into our io engine?
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...
It's a very nice proposal. But unfortunately, I'm afraid I don't have enough time to do this.