net/http.http2pipe.donec (field)
7 uses
net/http (current package)
h2_bundle.go#L3473: donec chan struct{} // closed on error
h2_bundle.go#L3583: if p.donec == nil {
h2_bundle.go#L3589: case <-p.donec:
h2_bundle.go#L3591: close(p.donec)
h2_bundle.go#L3610: if p.donec == nil {
h2_bundle.go#L3611: p.donec = make(chan struct{})
h2_bundle.go#L3617: return p.donec
![]() |
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. |