template <class W>

class ClientAsyncWriterInterface

Defined at line 305 of file ../../third_party/grpc-migrating/src/include/grpcpp/support/async_stream.h

Common interface for client side asynchronous writing.

Public Methods

void WritesDone (void * tag)

Signal the client is done with the writes (half-close the client stream).

Thread-safe with respect to

Parameters

tag [in] The tag identifying the operation.