Searched refs:streamsQuotaAvailable (Results 1 – 1 of 1) sorted by relevance
95 streamsQuotaAvailable chan struct{} member234 streamsQuotaAvailable: make(chan struct{}, 1),573 ch = t.streamsQuotaAvailable587 case t.streamsQuotaAvailable <- struct{}{}:687 case t.streamsQuotaAvailable <- struct{}{}:946 close(t.streamsQuotaAvailable) // wake all of them up.947 t.streamsQuotaAvailable = make(chan struct{}, 1)