grpc v0.3.0-beta.5 (2020-10-28T10:03:22Z)
Home
Dub
Repo
ServerReaderWriter
grpc
stream
ServerReaderWriter
Undocumented in source.
class
ServerReaderWriter (
R
W
) {
this
(GrpcStream stream);
bool
read
(R r);
bool
write
(W w, bool option);
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.
write
bool
write
(W w, bool option)
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
ServerReaderWriter
classes
ServerReaderWriter