Skip to content

使用channel制作的限流算法,代码量极少。

License

Notifications You must be signed in to change notification settings

shgopher/limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

limiter

使用channel制作的限流算法,代码量极少。基本的原理就是把channel的那个队列当成令牌筒,channel天生的多线程安全。

_test.go中的test是一个例子:2秒钟,限流10次数,然后往复运动。

About

使用channel制作的限流算法,代码量极少。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages