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

Class

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

Source from the content-addressed store, hash-verified

38 * @typeParam T The type of the provided async iterables and generated async iterable.
39 */
40export class MuxAsyncIterator<T> extends MuxAsyncIterator_<T> {
41 /**
42 * Constructs a new {@linkcode MuxAsyncIterator} instance.
43 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected