apache/brpc

Remove implementation specific function name of EventDispatcher

Open

#1.894 aberto em 17 de ago. de 2022

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (3.936 forks)batch import
good first issuerefactor

Métricas do repositório

Stars
 (16.226 stars)
Métricas de merge de PR
 (Mesclagem média 6d 19h) (30 fundiu PRs em 30d)

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