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

x/proc/runners/proc-group-impl.ts>GroupImpl#run

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
method GroupImpl.prototype.run
import { GroupImpl } from "https://deno.land/x/proc@0.19.12/runners/proc-group-impl.ts";

Parameters

inputHandler: InputHandler<A>
outputHandler: OutputHandler<B>
input: A
options: RunOptions

Returns

B | Promise<B>