Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/legacy/runners/handlers/abstract-handlers.ts>AbstractTextUnbufferedOutputHandler

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
class AbstractTextUnbufferedOutputHandler
extends AbstractOutputHandler<B, string>
Abstract
import { AbstractTextUnbufferedOutputHandler } from "https://deno.land/x/proc@0.20.27/legacy/runners/handlers/abstract-handlers.ts";

Methods

protected
transformReader(reader: MultiCloseReader): AsyncIterableIterator<string>