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

x/proc/legacy/runners/utility.ts>pump

A better way to work with processes in Deno.
Very Popular
Go to Latest
function pump
import { pump } from "https://deno.land/x/proc@0.21.4/legacy/runners/utility.ts";

Efficiently pump data from a reader to a writer.

Parameters

The reader.

The writer.

Returns

Promise<void>