template <class W, class R>

class ClientAsyncReaderWriterInterface

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

Async client-side interface for bi-directional streaming,

where the client-to-server message stream has messages of type

and the server-to-client message stream has messages of type

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.