golang.org/x/net/http2.serverConn.writingFrameAsync (field)
6 uses
golang.org/x/net/http2 (current package)
server.go#L533: writingFrameAsync bool // started a frame on its own goroutine but haven't heard back on wroteFrameCh
server.go#L1154: sc.writingFrameAsync = false
server.go#L1163: sc.writingFrameAsync = false
server.go#L1167: sc.writingFrameAsync = true
server.go#L1185: sc.writingFrameAsync = false
server.go#L1249: for !sc.writingFrameAsync {
![]() |
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. |