Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
class StringAsyncIterableUnbufferedInputHandler
implements InputHandler<AsyncIterable<string>>
import { StringAsyncIterableUnbufferedInputHandler } from "https://deno.land/x/proc@0.20.37/legacy/runners/handlers/string-asynciterable-handlers.ts";

Source stdin from an iterable of lines, unbuffered.

Constructors

new
StringAsyncIterableUnbufferedInputHandler()

Properties

readonly
failOnEmptyInput: boolean

Methods

processInput(input: AsyncIterable<string>, stdin: MultiCloseWriter): Promise<void>