CombineAsyncDisposable.performDisposeAsync method
CombineAsyncDisposable › performDisposeAsync
Disposes all combined children in the configured DisposeOrder, applying the configured DisposeErrorBehavior when a child throws.Signature:
performDisposeAsync(): Promise<void>Returns: Promise<void> — A Promise that resolves once all children have been disposed.