Wrap a callback in a throttled timeout. Delay execution of the callback function when the last time the function was called was delay milliseconds ago
A function to execute once the throttled threshold has been passed
A maximum amount of time in milliseconds between to execution
A wrapped function which can be called to throttle execution
Wrap a callback in a throttled timeout. Delay execution of the callback function when the last time the function was called was delay milliseconds ago