Create throttling function.
Returned function will execute after defined delay. Multiple calls will be discarded until the callback is executed and new timeout can start.
Callback function
Delay in milliseconds
Create throttling function.
Returned function will execute after defined delay. Multiple calls will be discarded until the callback is executed and new timeout can start.