apache/brpc
View on GitHubRemove implementation specific function name of EventDispatcher
Open
#1,894 opened on Aug 17, 2022
good first issuerefactor
Repository metrics
- Stars
- (16,226 stars)
- PR merge metrics
- (Avg merge 6d 17h) (29 merged PRs in 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.