apache/brpc

Remove implementation specific function name of EventDispatcher

オープン

#1,894 opened on 2022/08/17

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (3,936 件のフォーク)batch import
good first issuerefactor

Repository metrics

Stars
 (16,226 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

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