net/http.Transport.reqMu (field)
7 uses
net/http (current package)
transport.go#L101: reqMu sync.Mutex
transport.go#L789: t.reqMu.Lock()
transport.go#L792: t.reqMu.Unlock()
transport.go#L1127: t.reqMu.Lock()
transport.go#L1128: defer t.reqMu.Unlock()
transport.go#L1144: t.reqMu.Lock()
transport.go#L1145: defer t.reqMu.Unlock()
![]() |
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. |