Hi,
I find this module very useful and promising - however more and more of my code is getting asyncio based. Wouldn't it be nice if limit decorator could be asyncio compliant?
It seems like aio-limit would be essentially the same as limit with couple of async and await in it.
I'm willing to make a PR for that. Would you guys consider merging such thing?
Hi,
I find this module very useful and promising - however more and more of my code is getting
asynciobased. Wouldn't it be nice iflimitdecorator could beasynciocompliant?It seems like
aio-limitwould be essentially the same aslimitwith couple ofasyncandawaitin it.I'm willing to make a PR for that. Would you guys consider merging such thing?