deno_std
deno_std copied to clipboard
`@std/async`: add a `throttle()` function
Currently we have a debounce() function but not a throttle() one.
Reference: https://developer.mozilla.org/en-US/docs/Glossary/Throttle