We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ucoro/include/ucoro/awaitable.hpp
Line 557 in a44f0fa
我们是否能将这个 executor_detect_flag 变量作为 CallbackAwaiter 类的成员变量,如果可以,这样我们可以不使用 shared_ptr,如果不可以,请 @microcai 说明这样设计的理由,谢谢。
executor_detect_flag
CallbackAwaiter
shared_ptr
The text was updated successfully, but these errors were encountered:
可以的。但是遇到了严重的问题。暂时解决不了。诶。
Sorry, something went wrong.
什么严重的问题,能否描述一下?
@Jackarain 就是不知道为何,跑着跑着,executor_detect_flag 的初始值就变成了 true
此问题已经解决:#36
microcai
No branches or pull requests
ucoro/include/ucoro/awaitable.hpp
Line 557 in a44f0fa
我们是否能将这个
executor_detect_flag
变量作为CallbackAwaiter
类的成员变量,如果可以,这样我们可以不使用shared_ptr
,如果不可以,请 @microcai 说明这样设计的理由,谢谢。The text was updated successfully, but these errors were encountered: