limiters icon indicating copy to clipboard operation
limiters copied to clipboard

feat: Added Reset to TokenBucket

Open Madraceee opened this issue 4 months ago • 1 comments

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

Madraceee avatar Oct 18 '24 14:10 Madraceee