reset
Resets an associated rate limiter, moving it out of the "pending" state and back into rate limiting mode.
Note: This method is never invoked concurrently with another reset() operation, but it can be concurrent with calls to update rate limiter state. Thus it must be thread safe in general, but can assume it's the only reset operation active for the limiter which returned it.