import * as gauntlet from "https://deno.land/x/gauntlet@v0.0.9/imports/graphqlade.ts";
Classes
An AsyncPushIterator is an AsyncIterator that allows pushing data asynchronously. The constructor accepts a setup function which is responsible for setting up the pushing logic (e.g. event listeners) and may return a teardown function which should clean up anything that was done during setup (e.g. removing event listeners). The setup function is called once when the iterator is actually iterated. |