Skip to main content
Module

x/proc/mod3.ts>enumerate

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

Wrap in an Enumerable.

Parameters

iter: AsyncIterable<T> | Iterable<T>

The wrapped iterator.

Returns

A new runnable.