AsyncDisposable Interface
Package: @esfx/disposable
Indicates an object that has resources that can be explicitly disposed asynchronously.
Declaration
export interface AsyncDisposable
Methods
[AsyncDisposable.asyncDispose]()
Dispose this object's resources.
Declaration
[AsyncDisposable.asyncDispose](): Promise<void>;
Returns
Promise<void>