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

Class

async/mux_async_iterator.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 * @typeParam T The type of the provided async iterables and generated async iterable.
42 */
43export class MuxAsyncIterator<T> implements AsyncIterable<T> {
44 #iteratorCount = 0;
45 #yields: Array<TaggedYieldedValue<T>> = [];
46 // deno-lint-ignore no-explicit-any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected