var golang.org/x/net/http2.errChanPool
7 uses
golang.org/x/net/http2 (current package)
server.go#L988: var errChanPool = sync.Pool{
server.go#L999: ch := errChanPool.Get().(chan error)
server.go#L1031: errChanPool.Put(ch)
server.go#L2192: errc = errChanPool.Get().(chan error)
server.go#L2204: errChanPool.Put(errc)
server.go#L2813: done: errChanPool.Get().(chan error),
server.go#L2830: errChanPool.Put(msg.done)
![]() |
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. |