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
Some of the member functions of EventDispatcher are implementation specific, for example AddEpollOut.
We need to change that specific function name and adopt more general name then we can easily support brpc to more platforms.
The text was updated successfully, but these errors were encountered:
这里只需改变AddEpollOut 和 RemoveEpollOut 两个函数即可, AddEpollOut => AddMultiplex RemoveEpollOut => RemoveMultiplex 这种命名是否是一个合适的做法呢?
AddEpollOut
RemoveEpollOut
AddMultiplex
RemoveMultiplex
Sorry, something went wrong.
I want to work on this issue @zyearn
Please review this pr as well @zyearn
No branches or pull requests
Some of the member functions of EventDispatcher are implementation specific, for example AddEpollOut.
We need to change that specific function name and adopt more general name then we can easily support brpc to more platforms.
The text was updated successfully, but these errors were encountered: