grpc-d-core ~master (2021-10-08T04:49:21Z)
Dub
Repo
ServerReader
grpc
stream
server
reader
Undocumented in source.
struct
ServerReader (
T
) {
import
grpc
.
common
.
byte_buffer
;
;
import
google
.
protobuf
;
;
bool
closed
[@property getter];
auto
readOne
(Duration d);
void
finish
();
this
(Tag* tag, CompletionQueue!"Next" cq);
this
();
this(this)
;
}
Constructors
this
this
(Tag* tag, CompletionQueue!"Next" cq)
Undocumented in source.
this
this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
finish
void
finish
()
Undocumented in source. Be warned that the author may not have intended to support it.
readOne
auto
readOne
(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
closed
bool
closed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
grpc
stream
server
reader
structs
ServerReader