apache/brpc

Remove implementation specific function name of EventDispatcher

Open

#1,894 opened on Aug 17, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (16,226 stars) (3,936 forks)batch import
good first issuerefactor

Description

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.

Contributor guide

Remove implementation specific function name of EventDispatcher · apache/brpc#1894 | Good First Issue