Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / QueueItem

Interface: QueueItem<T>

Defined in: projects/libraries/streamix/src/lib/utils/helpers.ts:6

Shared queue item structure used across all async iterator implementations

Type Parameters

T

T

Properties

result

result: IteratorResult<T, any> & object

Defined in: projects/libraries/streamix/src/lib/utils/helpers.ts:7

Type Declaration

dropped?

optional dropped: true

Released under the GNU AGPL v3 or later.