apache/brpc
GitHub で見るRemove implementation specific function name of EventDispatcher
Open
#1,894 opened on 2022年8月17日
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.