Add a dynamic registration mechanism for a new kind of context: one that lives in an arena.
An upcoming set of changes will move all of the legacy context types into this mechanism.
It's likely we'll move other promise based context types to this mechanism also, until the only promise-based context type is `Arena`.
Closes #36773
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36773 from ctiller:transport-refs-7.8
|
||
|---|---|---|
| .. | ||
| channelz | ||
| client_channel | ||
| ext | ||
| handshaker | ||
| lib | ||
| load_balancing | ||
| plugin_registry | ||
| resolver | ||
| server | ||
| service_config | ||
| telemetry | ||
| tsi | ||
| util | ||
| xds | ||
| .clang-format | ||
| BUILD | ||
| README.md | ||
README.md
gRPC core library
This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.