Skip to content

Commit

Permalink
Merge pull request #2 from Brendan-Blanchard/threadsafe-traits
Browse files Browse the repository at this point in the history
Add ThreadsafeRateLimiter trait, and implement for all RateLimiters
  • Loading branch information
Brendan-Blanchard authored Nov 3, 2024
2 parents dfa3061 + 2e384bd commit 1cfedfe
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 159 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v0.1.1

- Add two threadsafe traits, `ThreadsafeRateLimiter` and `ThreadsafeVariableRateLimiter` as threadsafe counterparts to
the existing traits
- Implement the threadsafe variants where possible

### v0.1.0

- impl `Clone` for `TokenBucketRateLimiter`
Expand Down
Loading

0 comments on commit 1cfedfe

Please sign in to comment.