Home > @cascadiacollections/fluentui-compat > Async > dispose
Async.dispose() method
Disposes of the Async instance and cleans up all associated resources.
This method should be called when the instance is no longer needed to prevent memory leaks. It will cancel all pending timers, intervals, and animation frames.
Signature:
dispose(): void;
Returns:
void