Home
last modified time | relevance | path

Searched defs:RateLimit (Results 1 – 1 of 1) sorted by relevance

/build/soong/zip/
Drate_limit.go22 type RateLimit struct { struct
23 requests chan request
24 completions chan int64
26 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