apache/brpc

Remove implementation specific function name of EventDispatcher

Ouverte

#1 894 ouverte le 17 août 2022

 (3 commentaires) (0 réaction) (0 personne assignée)C++ (3 936 forks)batch import
good first issuerefactor

Métriques du dépôt

Stars
 (16 226 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur