google.golang.org/grpc/internal/transport.http2Client.streamsQuotaAvailable (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L105: 	streamsQuotaAvailable chan struct{}
		http2_client.go#L272: 		streamsQuotaAvailable: make(chan struct{}, 1),
		http2_client.go#L642: 			ch = t.streamsQuotaAvailable
		http2_client.go#L656: 			case t.streamsQuotaAvailable <- struct{}{}:
		http2_client.go#L790: 			case t.streamsQuotaAvailable <- struct{}{}:
		http2_client.go#L1069: 				close(t.streamsQuotaAvailable) // wake all of them up.
		http2_client.go#L1070: 				t.streamsQuotaAvailable = make(chan struct{}, 1)