apache/brpc

Remove implementation specific function name of EventDispatcher

Aberta

#1.894 aberto em 17 de ago. de 2022

 (3 comentários) (0 reação) (0 responsável)C++ (3.936 forks)batch import
good first issuerefactor

Métricas do repositório

Stars
 (16.226 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador