google.golang.org/grpc/internal/transport.Stream.state (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L333: s.state = streamReadDone
transport.go#L278: state streamState
transport.go#L304: return streamState(atomic.SwapUint32((*uint32)(&s.state), uint32(st)))
transport.go#L308: return atomic.CompareAndSwapUint32((*uint32)(&s.state), uint32(oldState), uint32(newState))
transport.go#L312: return streamState(atomic.LoadUint32((*uint32)(&s.state)))
![]() |
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. |