grpc ~master (2021-10-29T11:09:12Z)
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
modules
ClientReader
ClientReaderWriter
ClientWriter
ServerReader
ServerReaderWriter
ServerWriter