Module

x/proc/legacy/runners/handlers/empty-handlers.ts>EmptyOutputHandler

A better way to work with processes in Deno.
Very Popular
Latest
class EmptyOutputHandler
import { EmptyOutputHandler } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/runners/handlers/empty-handlers.ts";

Write lines of stdout to stdout of the parent process, unbuffered.

Constructors

new
EmptyOutputHandler(processStderr: StderrProcessor, errorHandler: ErrorHandler)

Methods

processOutput(
input: { stdin: MultiCloseWriter; handlerResult: Promise<null | Error>; },
): Promise<void>