Skip to main content
Module

x/for_awaitable_queue/mod.ts>Enqueueable

Provides a way to convert processes that stream data asynchronously into an async iterable.
Latest
type alias Enqueueable
import { type Enqueueable } from "https://deno.land/x/for_awaitable_queue@1.0.0/mod.ts";
definition:
| T
| Promise<T>
| END
| ERROR