Skip to content

ThrottledInvoker

Defined in: src/util/throttled_invoker.ts:5

Invokes the wrapped function in a non-blocking way when trigger() is called. Invocation requests are ignored until the function was actually invoked.