golang.org/x/net/http2.bodyWriterState.resc (field)
8 uses
golang.org/x/net/http2 (current package)
transport.go#L1152: <-bodyWriter.resc
transport.go#L1174: <-bodyWriter.resc
transport.go#L1184: <-bodyWriter.resc
transport.go#L1194: <-bodyWriter.resc
transport.go#L1203: case err := <-bodyWriter.resc:
transport.go#L2595: resc chan error // result of fn's execution
transport.go#L2605: s.resc = resc
transport.go#L2636: s.resc <- nil
![]() |
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. |