Golang 标准库 限流器 time/rate 设计与实现

使用 Wait 方法消费 Token 时,如果此时桶内 Token 数组不足 ,那么 Wait 方法将会阻塞一段时间,直至 Token 满足条件。