Skip to main content
Module

x/proc/mod.ts>stringAsyncIterableUnbufferedInput

A better way to work with processes in Deno.
Go to Latest
function stringAsyncIterableUnbufferedInput
import { stringAsyncIterableUnbufferedInput } from "https://deno.land/x/proc@0.20.38/mod.ts";

A handler for AsyncIterable<string> input, unbuffered.

Returns

InputHandler<AsyncIterable<string>>