brpc icon indicating copy to clipboard operation
brpc copied to clipboard

Remove implementation specific function name of EventDispatcher

Open zyearn opened this issue 2 years ago • 3 comments

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.

zyearn avatar Aug 17 '22 19:08 zyearn

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

fansehep avatar Oct 09 '22 16:10 fansehep

I want to work on this issue @zyearn

Divyansh200102 avatar Dec 04 '23 05:12 Divyansh200102

Please review this pr as well @zyearn

Divyansh200102 avatar Dec 14 '23 04:12 Divyansh200102