Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/for_awaitable_queue/mod.ts>AsyncQueue#[Symbol.asyncIterator]

Provides a way to convert processes that stream data asynchronously into an async iterable.
Latest
method AsyncQueue.prototype.[Symbol.asyncIterator]
import { AsyncQueue } from "https://deno.land/x/for_awaitable_queue@1.0.0/mod.ts";