Searched defs:writeQuota (Results 1 – 1 of 1) sorted by relevance
54 type writeQuota struct { struct55 quota int3258 ch chan struct{}60 done <-chan struct{}64 replenish func(n int)77 func (w *writeQuota) get(sz int32) error {92 func (w *writeQuota) realReplenish(n int) {