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)
![]() |
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. |