asio-grpc v1.6.0
Asynchronous gRPC with Asio/unified executors
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NagrpcPublic namespace
 Ndetail
 CFinishFnClient and server-side function object to finish RPCs
 CFinishWithErrorFnServer-side function object to finish RPCs with an error
 CGetCompletionQueueFnFunction object to get CompletionQueue from objects
 CGrpcInitiateFnFunction object to initiate gRPC tag-based functions
 CReadFnClient and server-side function object to read from streaming RPCs
 CReadInitialMetadataFnClient-side function object to read initial metadata for RPCs
 CRepeatedlyRequestFnServer-side function object to register request handlers
 CRequestFnClient and server-side function object to start RPCs
 CSendInitialMetadataFnServer-side function object to send initial metadata for RPCs
 CUseSenderFnFunction object to create sender completion tokens
 CWaitFnFunction object to wait for timers
 CWriteAndFinishFnServer-side function object to coalesce write and finish of streaming RPCs
 CWriteFnClient and server-side function object to write to streaming RPCs
 CWriteLastFnFunction object to coalesce write and send trailing metadata of streaming RPCs
 CWritesDoneFnClient-side function object to signal WritesDone to streaming RPCs
 NpmrPublic namespace
 CAllocatorBinderHelper class that associates an allocator to an object
 CBasicGrpcExecutorGrpcContext's executor
 CCancelSafe(experimental) Cancellation safety for asynchronous operations
 CDefaultPollContextTraits(experimental) Default PollContext traits
 CGrpcContextExecution context based on grpc::CompletionQueue
 CPollContext(experimental) Helper class to run a GrpcContext in a different execution context
 CRepeatedlyRequestContextContext passed to the request handler of repeatedly_request