apache/brpc

Remove implementation specific function name of EventDispatcher

Open

#1,894 建立於 2022年8月17日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)C++ (16,226 star) (3,936 fork)batch import
good first issuerefactor

描述

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.

貢獻者指南