Searched defs:RateLimit (Results 1 – 1 of 1) sorted by relevance
22 type RateLimit struct { struct23 requests chan request24 completions chan int6426 stop chan struct{}50 func (r *RateLimit) Request(size int64) {64 func (r *RateLimit) Finish(size int64) {69 func (r *RateLimit) Stop() {74 func (r *RateLimit) monitorChannels(capacity int64) {143 *RateLimit anonMember