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