Skip to main content
Module

x/ldkit/library/asynciterator.ts>AsyncIterator#_end

LDkit - Linked Data query toolkit for TypeScript developers
Go to Latest
method AsyncIterator.prototype._end
Re-export
import { AsyncIterator } from "https://deno.land/x/ldkit@v0.6.3/library/asynciterator.ts";

Ends the iterator and cleans up. Should never be called before module:asynciterator.AsyncIterator#close; typically, close is responsible for calling _end.

Parameters

optional
destroy: boolean