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.

贡献者指南