Function buffer

  • Converts any type of stream into a pull based one.

    bufferSize configures the amount of items to keep in the queue

    Parameters

    • Optional bufferSize: number
    • Optional eager: boolean

    Returns (<A, E>(self: Source<A, E>) => Source<A, E>)

Generated using TypeDoc