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