{@link delegate}
{@link delay}
Milliseconds after which the _delegate must be executed.
Function to execute.
Reset the timeout any time the method is run. When the timeout expires the _delegate is executed.
Stops and clears the _timeout.
Generated using TypeDoc
Prevents multiple and repetitive executions of a function, in a specific time range. Delays the execution of a _delegate, if the call method is called multiple times in a time range (_delay).