Skip to content
New issue

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

Remove implementation specific function name of EventDispatcher #1894

Open
zyearn opened this issue Aug 17, 2022 · 3 comments
Open

Remove implementation specific function name of EventDispatcher #1894

zyearn opened this issue Aug 17, 2022 · 3 comments
Labels

Comments

@zyearn
Copy link
Member

zyearn commented Aug 17, 2022

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.

@fansehep
Copy link
Contributor

fansehep commented Oct 9, 2022

这里只需改变AddEpollOutRemoveEpollOut 两个函数即可,
AddEpollOut => AddMultiplex
RemoveEpollOut => RemoveMultiplex
这种命名是否是一个合适的做法呢?

@Divyansh200102
Copy link
Contributor

I want to work on this issue @zyearn

@Divyansh200102
Copy link
Contributor

Please review this pr as well @zyearn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants