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.

貢獻者指南