apache/brpc

Remove implementation specific function name of EventDispatcher

Open

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

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

倉庫指標

Star
 (16,226 star)
PR 合併指標
 (平均合併 6天 19小時) (30 天內合併 30 個 PR)

描述

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.

貢獻者指南