Interface AsyncDisposable

interface AsyncDisposable {
    [asyncDispose](): Promise<void>;
}

Implemented by

Methods