asio-grpc v1.6.0
Asynchronous gRPC with Asio/unified executors
|
This is the complete list of members for agrpc::detail::ReadFn, including all inherited members.
operator()(grpc::ServerAsyncReader< Response, Request > &reader, Request &request, CompletionToken &&token={}) const noexcept(detail::IS_NOTRHOW_GRPC_INITIATE_COMPLETION_TOKEN< CompletionToken >) | agrpc::detail::ReadFn | inline |
operator()(grpc::ServerAsyncReaderWriter< Response, Request > &reader_writer, Request &request, CompletionToken &&token={}) const noexcept(detail::IS_NOTRHOW_GRPC_INITIATE_COMPLETION_TOKEN< CompletionToken >) | agrpc::detail::ReadFn | inline |
operator()(grpc::ClientAsyncReader< Response > &reader, Response &response, CompletionToken &&token={}) const noexcept(detail::IS_NOTRHOW_GRPC_INITIATE_COMPLETION_TOKEN< CompletionToken >) | agrpc::detail::ReadFn | inline |
operator()(grpc::ClientAsyncReaderWriter< Request, Response > &reader_writer, Response &response, CompletionToken &&token={}) const noexcept(detail::IS_NOTRHOW_GRPC_INITIATE_COMPLETION_TOKEN< CompletionToken >) | agrpc::detail::ReadFn | inline |