Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method FIFO.prototype.[Symbol.asyncIterator]
import { FIFO } from "https://deno.land/x/fifo@v0.2.4/lib/fifo.ts";

Returns an async iterator for the queue.

Returns

AsyncGenerator<T>