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

x/proc/mod1.ts>runner

A better way to work with processes in Deno.
Go to Latest
function runner
import { runner } from "https://deno.land/x/proc@0.20.30/mod1.ts";

Define a reusable process runner.

Parameters

input: InputHandler<A>

Handler for the input to the process.

output: OutputHandler<B>

Handler for the output from the process.

Returns

(group?: Group) => Runner<A, B>

A process runner.