Brandon Beck

Results 3 comments of Brandon Beck

I too would love to have a way to process "?" without having to resort to "shift+/"

All of the mutation methods in `TokenBucket` are synchronized. So I believe you can just synchronize on the instance and call whatever methods you need to and be guaranteed that...

Ahh, I see your point. Your use case is quite interesting -- it's different from how I've used token buckets in the past in that you're exposing a lot more...