apache/brpc

Remove implementation specific function name of EventDispatcher

Open

#1 894 ouverte le 17 août 2022

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C++ (3 936 forks)batch import
good first issuerefactor

Métriques du dépôt

Stars
 (16 226 stars)
Métriques de merge PR
 (Merge moyen 6j 19h) (30 PRs mergées en 30 j)

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