| 38 | * @typeParam T The type of the provided async iterables and generated async iterable. |
| 39 | */ |
| 40 | export class MuxAsyncIterator<T> extends MuxAsyncIterator_<T> { |
| 41 | /** |
| 42 | * Constructs a new {@linkcode MuxAsyncIterator} instance. |
| 43 | * |
nothing calls this directly
no outgoing calls
no test coverage detected