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.

贡献者指南