mirror of https://github.com/grpc/grpc-go.git
more comments
This commit is contained in:
parent
e558cf17ff
commit
7ce43067bd
|
|
@ -169,6 +169,7 @@ type Stream struct {
|
||||||
// ctx is the associated context of the stream.
|
// ctx is the associated context of the stream.
|
||||||
ctx context.Context
|
ctx context.Context
|
||||||
cancel context.CancelFunc
|
cancel context.CancelFunc
|
||||||
|
// earlyDone is closed when the final status arrives prematurely.
|
||||||
earlyDone chan struct{}
|
earlyDone chan struct{}
|
||||||
// method records the associated RPC method of the stream.
|
// method records the associated RPC method of the stream.
|
||||||
method string
|
method string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue