1# GPR++ - Google Portable Runtime for C++ 2 3The files in this directory contain various utility code for C++ code. 4None of this code is gRPC-specific; anything here may also be useful 5for other open source projects written in C++. 6 7Note that this is one of the few places in src/core where we allow 8the use of portability macros. 9