Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / nextEmissionStamp

Function: nextEmissionStamp()

nextEmissionStamp(): number

Defined in: projects/libraries/streamix/src/lib/abstractions/emission.ts:23

Generate and return the next unique emission stamp (monotonically increasing number). Used to order emissions in streams and subjects.

Returns

number

The next emission stamp.

Released under the MIT License.