Latest
function default
import { default } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/subscription/mapAsyncIterator.js";

Given an AsyncIterable and a callback function, return an AsyncIterator which produces values mapped via calling the callback function.

Parameters

iterable
callback
rejectCallback