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