-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added DirectRateLimiter::until_n_ready{,_with_jitter} #10
Conversation
8ab112f
to
033bf9c
Compare
Blocked by #11. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the contribution! This looks great overall, and I've left some comments. Once #11 goes in, we should be OK to merge this in, with the suggested changes.
Allows the user to wait asynchronously for n cells to be available.
033bf9c
to
a48514e
Compare
Alright so here is my two cents: For the sake of consistency between the
Personally I think that the |
Btw cool crate. Very well documented as well. |
You make a good point about the naming - with the I'm ok with the Also, thanks so much for the kind words! I'm super glad you find it useful & that you like the documentation! |
bors r+ |
Build succeeded |
Allows the user to wait asynchronously for n cells to be available.
Closes #9.