google.golang.org/grpc/internal/transport.Stream.unprocessed (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L597: atomic.StoreUint32(&s.unprocessed, 1)
http2_client.go#L1015: atomic.StoreUint32(&s.unprocessed, 1)
http2_client.go#L1150: atomic.StoreUint32(&stream.unprocessed, 1)
transport.go#L285: unprocessed uint32 // set if the server sends a refused stream or GOAWAY including this stream
transport.go#L499: return atomic.LoadUint32(&s.unprocessed) == 1
![]() |
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. |