Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

kt3k/mux_async_iterable

Repository files navigation

mux_async_iterable v1.0.5

Multiplexer of async iterables for JavaScript

Usage

Deno:

import { mux } from "https://deno.land/x/[email protected]/mod.ts";

mux(foo(), bar(), baz()); // => returns merged async iterator of foo(), bar(), and baz()

Node:

import { mux } from "mux-async-iterable";

mux(foo(), bar(), baz()); // => returns merged async iterator of foo(), bar(), and baz()

License

MIT

About

Multiplexer of async iterables for JavaScript, written in TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •