There are two types of prefixes in the grpc source codeļ¼ grpc
and gpr_
, it seems that the gpr_
prefix is used for internal functions, but what exactly does it stand?
Asked
Active
Viewed 60 times
0

jotik
- 17,044
- 13
- 58
- 123

Jerome Chen
- 3
- 1
1 Answers
0
"gRPC Portable Runtime." There's really nowhere that spells that out. There's only one comment in one PR that mentions it.
If you've ever heard of APR (Apache Portable Runtime), then it might not be too surprising.

Eric Anderson
- 24,057
- 5
- 55
- 76