Skip to main content
Module

x/proc/mod1.ts>bytesAsyncIterableUnbufferedInput

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function bytesAsyncIterableUnbufferedInput
import { bytesAsyncIterableUnbufferedInput } from "https://deno.land/x/proc@0.20.24/mod1.ts";

A handler for AsyncIterable<Uint8Array> input, unbuffered.

Returns

InputHandler<AsyncIterable<Uint8Array>>