Home
last modified time | relevance | path

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

/build/soong/zip/
Drate_limit.go22 type RateLimit struct { struct
36 func NewRateLimit(capacity int64) *RateLimit {
37 ret := &RateLimit{
50 func (r *RateLimit) Request(size int64) { argument
64 func (r *RateLimit) Finish(size int64) { argument
69 func (r *RateLimit) Stop() { argument
74 func (r *RateLimit) monitorChannels(capacity int64) { argument
118 impl *RateLimit
143 *RateLimit anonMember
151 return &MemoryRateLimiter{RateLimit: impl}