VxFutureFunctionExtension extension
- on
-
- Future Function()
Methods
-
throttle(
) → Function -
Available on Future Function(), provided by the VxFutureFunctionExtension extension
Throttle function When an event is triggered, the target operation is executed immediately, and then the event is only responded to after the asynchronous method completes execution.