grpc v0.3.0-beta.5 (2020-10-28T10:03:22Z)
Home
Dub
Repo
ServerReader
grpc
stream
ServerReader
Undocumented in source.
class
ServerReader (
R
) {
this
(GrpcStream stream);
bool
read
(R r);
GrpcStream
stream
;
}
Constructors
this
this
(GrpcStream stream)
Undocumented in source.
Members
Functions
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
ServerReader
classes
ServerReader