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>EndOptions

Provides a way to convert processes that stream data asynchronously into an async iterable.
Latest
type alias EndOptions
import { type EndOptions } from "https://deno.land/x/for_awaitable_queue@1.0.0/mod.ts";
definition: { immediately?: boolean; withError?: Error; }