Skip to content

Debouncer.run method

Debouncer › run

Official

If there is any pending function call, clear the timer and call the function immediately.

Signature:

run(): V | void

Returns: V | void

Since: 1.4.4