Documentation
    Preparing search index...

    Interface IAsyncIterator<T>

    interface IAsyncIterator<T extends IDecodedMessage> {
        iterator: AsyncIterator<T>;
        stop: Unsubscribe;
    }

    Type Parameters

    Index

    Properties

    Properties

    iterator: AsyncIterator<T>