async-throttle-cache
Version:
Throttle or debounce asynchronous functions and return cached result for each function calls. It can be used for rate limit.
6 lines (5 loc) • 51 B
Plain Text
Throttle or debounce asynchronous functions and return cached result for each function calls. It can be used for rate limit.