google.golang.org/grpc/internal/transport.outStream.state (field)
14 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L208: state outStreamState
controlbuf.go#L575: if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota > 0 && str.state == waitingOnStreamQuota {
controlbuf.go#L576: str.state = active
controlbuf.go#L598: state: empty,
controlbuf.go#L621: if str.state != empty { // either active or waiting on stream quota.
controlbuf.go#L634: state: empty,
controlbuf.go#L712: if str.state == empty {
controlbuf.go#L713: str.state = active
controlbuf.go#L814: if stream.state == waitingOnStreamQuota {
controlbuf.go#L815: stream.state = active
controlbuf.go#L852: str.state = empty
controlbuf.go#L871: str.state = waitingOnStreamQuota
controlbuf.go#L921: str.state = empty
controlbuf.go#L930: str.state = waitingOnStreamQuota
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |