apache/brpc

Remove implementation specific function name of EventDispatcher

开放

#1,894 创建于 2022年8月17日

 (3 条评论) (0 个反应) (0 位负责人)C++ (3,936 个派生)batch import
good first issuerefactor

仓库指标

星标
 (16,226 个星标)
PR 合并指标
 (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.

贡献者指南