tomasbasham / ratelimit

API Rate Limit Decorator
MIT License
768 stars 159 forks source link

modify timer to use non-blocking #54

Open manjunathb4461 opened 3 years ago

manjunathb4461 commented 3 years ago

timer now runs as blocking code, let's make it non-blocking with threads