apache/brpc

Remove implementation specific function name of EventDispatcher

Offen

#1.894 geöffnet am 17.08.2022

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.936 Forks)batch import
good first issuerefactor

Repository-Metriken

Stars
 (16.226 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide