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++ (16.226 Stars) (3.936 Forks)batch import
good first issuerefactor

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