grpc ~master (2021-10-29T11:09:12Z)
Home
Dub
Repo
ClientReader
grpc
stream
ClientReader
Undocumented in source.
class
ClientReader (
R
) {
this
(GrpcStream stream);
bool
read
(R r);
Status
finish
();
GrpcStream
stream
;
}
Constructors
this
this
(GrpcStream stream)
Undocumented in source.
Members
Functions
finish
Status
finish
()
Undocumented in source. Be warned that the author may not have intended to support it.
read
bool
read
(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
stream
GrpcStream
stream
;
Undocumented in source.
Meta
Source
See Implementation
grpc
stream
ClientReader
modules
ClientReader
ClientReaderWriter
ClientWriter
ServerReader
ServerReaderWriter
ServerWriter