Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function stringAsyncIterableUnbufferedInput
import { stringAsyncIterableUnbufferedInput } from "https://deno.land/x/proc@0.21.7/legacy/runners/handlers/string-asynciterable.ts";

A handler for AsyncIterable<string> input, unbuffered.

Returns

InputHandler<AsyncIterable<string>>