apache/brpc

Remove implementation specific function name of EventDispatcher

Open

#1,894 opened on 2022年8月17日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)C++ (3,936 forks)batch import
good first issuerefactor

Repository metrics

Stars
 (16,226 stars)
PR merge metrics
 (平均マージ 6d 19h) (30d で 30 merged PRs)

説明

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.

コントリビューターガイド