mennanov / limiters

Golang rate limiters for distributed applications
https://godoc.org/github.com/mennanov/limiters
MIT License
459 stars 49 forks source link

Make Unlock context aware #7

Closed slunak closed 1 year ago

slunak commented 1 year ago

Implements https://github.com/mennanov/limiters/issues/6

codecov[bot] commented 1 year ago

Codecov Report

Merging #7 (c8ce649) into master (db05502) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head c8ce649 differs from pull request most recent head 64b500d. Consider uploading reports for the commit 64b500d to get more accurate results

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   83.04%   83.04%           
=======================================
  Files           9        9           
  Lines         796      796           
=======================================
  Hits          661      661           
  Misses         92       92           
  Partials       43       43           
Impacted Files Coverage Δ
concurrent_buffer.go 91.42% <100.00%> (ø)
leakybucket.go 77.29% <100.00%> (ø)
locks.go 82.85% <100.00%> (ø)
tokenbucket.go 78.29% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mennanov commented 1 year ago

Thanks for contributing!