apache/brpc

Remove implementation specific function name of EventDispatcher

Open

Aperta il 17 ago 2022

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)C++ (16.226 star) (3936 fork)batch import
good first issuerefactor

Descrizione

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.

Guida contributor