deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

`@std/async`: add a `throttle()` function

Open lowlighter opened this issue 1 year ago • 0 comments

Currently we have a debounce() function but not a throttle() one.

Reference: https://developer.mozilla.org/en-US/docs/Glossary/Throttle

lowlighter avatar Oct 11 '24 21:10 lowlighter