Skip to content
/ rate Public
forked from golang/time

rate limiter based on token bucket algorithm and implemented with time

License

Notifications You must be signed in to change notification settings

kiyonlin/rate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rate

Rate is a permanent fork of golang.org/x/time/rate

WaitN Problem

WaitN has a problem that when it canceled early, the timers after it can't reset.

About

rate limiter based on token bucket algorithm and implemented with time

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%