Skip to main content
Module

x/for_awaitable_queue/mod.ts>Resolver

Provides a way to convert processes that stream data asynchronously into an async iterable.
Latest
type alias Resolver
import { type Resolver } from "https://deno.land/x/for_awaitable_queue@1.0.0/mod.ts";
definition: (value: T | PromiseLike<T>) => void