RazerM / ratelimiter

Simple Python module providing rate limiting
Apache License 2.0
120 stars 29 forks source link

Split async code to a separate module. #7

Closed pmav99 closed 6 years ago

pmav99 commented 6 years ago

Remove exec.

I ended up creating an AsyncRateLimiter class that inherits from RateLimiter and adds the needed methods. Feels cleaner this way, but if you have any objections, please let me know.

Fixes #5

pmav99 commented 6 years ago

Rebased and pushed.

RazerM commented 6 years ago

Thanks!