I want to implement throttle in the AutoComplete, for example. Basically when user types, I want to throttle for 1 second and after that whatever text is typed I want that to be searched.
===
Admin edit: Here is a KB article, which describes how to achieve this:
Debounce filter requests and apply minimum search string length