vlio20 / utils-decorators

Decorators for web and node applications
https://vlio20.github.io/utils-decorators/
MIT License
218 stars 13 forks source link

throttleAsync decorator #89

Closed vlio20 closed 4 years ago

vlio20 commented 4 years ago

This decorator will allow only certin amount of calls to the async decorated method simultaneously. If the allowed amount of calls will be acceded the calls will be throttled.

vlio20 commented 4 years ago

Resolved in version 1.6.0