apache/brpc

Remove implementation specific function name of EventDispatcher

Open

#1.894 geöffnet am 17. Aug. 2022

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

Repository-Metriken

Stars
 (16.226 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 19h) (30 gemergte PRs in 30 T)

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