var net.threadLimit
4 uses
net (current package)
net.go#L664: var threadLimit chan struct{}
net.go#L670: threadLimit = make(chan struct{}, concurrentThreadsLimit())
net.go#L672: threadLimit <- struct{}{}
net.go#L676: <-threadLimit
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)