#include <completion_queue.h>
Blocking read a message and parse to msg.
Returns true on success. This is thread-safe with respect to Write or methods on the same stream. It should not be called concurrently with another Read on the same stream as the order of delivery will not be defined.
- Parameters
-
| [out] | msg | The read message. |
- Returns
- false when there will be no more incoming messages, either because the other side has called WritesDone() or the stream has failed (or been cancelled).
Implements grpc::ReaderInterface< R >.
The documentation for this class was generated from the following files: