type net/http.http2goroutineLock
6 uses
net/http (current package)
h2_bundle.go#L2878: type http2goroutineLock uint64
h2_bundle.go#L2880: func http2newGoroutineLock() http2goroutineLock {
h2_bundle.go#L2884: return http2goroutineLock(http2curGoroutineID())
h2_bundle.go#L2887: func (g http2goroutineLock) check() {
h2_bundle.go#L2896: func (g http2goroutineLock) checkNotOn() {
h2_bundle.go#L4080: serveG http2goroutineLock // used to verify funcs are on serve()
![]() |
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. |