Ciorent
    Preparing search index...

    Function read

    • Read a value from the stream

      Type Parameters

      • T extends {} = {}

      Parameters

      • s: [
            head: QueueNode<T | ((val?: T) => void)>,
            tail: QueueNode<T | ((val?: T) => void)>,
            callback: PromiseFn<T>,
            queueing: boolean,
        ]

      Returns Promise<undefined | T>