net/http.Transport.idleMu (field)
11 uses
net/http (current package)
transport.go#L95: idleMu sync.Mutex
transport.go#L760: t.idleMu.Lock()
transport.go#L765: t.idleMu.Unlock()
transport.go#L913: t.idleMu.Lock()
transport.go#L914: defer t.idleMu.Unlock()
transport.go#L1005: t.idleMu.Lock()
transport.go#L1006: defer t.idleMu.Unlock()
transport.go#L1088: t.idleMu.Lock()
transport.go#L1089: defer t.idleMu.Unlock()
transport.go#L1978: t.idleMu.Lock()
transport.go#L1979: defer t.idleMu.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. |