Chuanqi Xu

Results 73 comments of Chuanqi Xu

> 主要是让 IOAwaiter 可以拿到 IO 接口。我们没有开源相关的 IOAwaiter 的实现。

The scale of Release will be much bigger than the Debug version. So it may not surprised that the execution time of Debug is less than Release

@PikachuHyA do you have time to look at this?

> 22b4336 It is annoying that it is not stable. We'd better find the reasons.

It is weird. I remember I met the problem before and have fixed it. Would you like to check the commit id?

> I'm on commit [e342335](https://github.com/alibaba/async_simple/commit/e342335eda9011b7c10bef70f5cbf84ac2088a20). Would you like to move to HEAD? It should be able to solve this.

> I'm getting a new error. > > ``` > async_simple/async_simple/Common.h:44:9: error: unknown attribute 'likely' ignored [-Werror,-Wunknown-attributes] > LIKELY { return; } > ^ > async_simple/async_simple/Common.h:25:18: note: expanded from macro...

It looks like your compiler is not new enough indeed. It couldn't recognize `requires` keyword. Would you like to check the used compiler?

> but, that kind of refactoring only works with asio. This is not true. At least not "only". > we have some old lib that accepts callbacks. now I want...

What if the lazy don't contain an Executor when we call collectAllPara(foo())?