MCPcopy Create free account
hub / github.com/denoland/std / constructor

Method constructor

async/unstable_mux_async_iterator.ts:46–49  ·  view source on GitHub ↗

* Constructs a new code MuxAsyncIterator instance. * * @param iterables The async iterables to multiplex.

(...iterables: AsyncIterable<T>[])

Source from the content-addressed store, hash-verified

44 * @param iterables The async iterables to multiplex.
45 */
46 constructor(...iterables: AsyncIterable<T>[]) {
47 super();
48 for (const iterable of iterables) this.add(iterable);
49 }
50}

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected