An async iterable that can be closed when the consumer does not want to read any more elements, freeing up resources
that may be held by the iterable.
This type implements the Disposable interface, allowing instances to be disposed of with ECMAScript explicit
resource management and the using keyword instead of calling close directly.
An async iterable that can be closed when the consumer does not want to read any more elements, freeing up resources that may be held by the iterable.
This type implements the Disposable interface, allowing instances to be disposed of with ECMAScript explicit resource management and the
using
keyword instead of calling close directly.See
ECMAScript explicit resource management