ratelimit
ratelimit copied to clipboard
Feature/asyncio decorators
Hi! This PR implements idea from #26 to make limits decorator compatible with async functions and asyncio coroutines. It uses simple check inspect.iscoroutinefunction to dispatch work to sync/async implementation.
Credit to @evemorgen
Why is this not in yet?