Overview
Generates deterministic sequence-id handles per context and manages their lifecycle.
API Reference
Represents one sequence payload and its generated id, with dispose support. Always call dispose() when finished to prevent memory leaks.
export interface ISequenceWithId extends IISequenceWithIdData, IDisposable {}import type { ISequenceWithId } from '@rs-x/core';