|
Viam C++ SDK current
|
RAII helper for activating the gRPC context observer for the current thread. More...
#include <grpc_context_observer.hpp>
Public Member Functions | |
| Enable (const GrpcServerContext &context) | |
RAII helper for activating the gRPC context observer for the current thread.
Instances of this class establish the thread-local context observer when constructed and automatically remove it when destroyed. This ensures proper cleanup even in the presence of exceptions.