Skip to main content
Module

x/proc/mod3.ts>runnable

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function runnable
import { runnable } from "https://deno.land/x/proc@0.20.7/mod3.ts";

Create a new runnable.

Parameters

iter: AsyncIterable<T>

The wrapped iterator.

Returns

A new runnable.