Class AsyncCollection<T>

Like a collection, but asynchronous.

Type Parameters

  • T

Hierarchy

Constructors

Properties

iteratorChunkSize: number = 1000

Size to use when chunking results for memory-optimization.

storedItems: Iterable<T>

Iterable of items to base this collction on.

Methods