Integrate into our io engine?
beef9999 opened this issue · 1 comments
beef9999 commented
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
It's a very nice proposal. But unfortunately, I'm afraid I don't have enough time to do this.