limiters
limiters copied to clipboard
feat: Added Reset to TokenBucket
Motivation
Added new Reset feature to reset the state of the bucket Fixes #19
Description
Reset allows the state of the bucket to be set to zero value.
Implementation done for
- [x] TokenBucket
- [ ] LeakyBucket
- [ ] Fixed Window
- [ ] Sliding Window
- [ ] Concurrent Buffer