hosanna-ui-docs - v0.9.0
    Preparing search index...

    AsyncEventQueue manages a queue of asynchronous events for processing.

    • Allows adding, retrieving, completing, and clearing async events.
    • Once marked as completed, no new events can be added.
    Index

    Constructors

    Properties

    completed: boolean = false

    Indicates whether the queue has been marked as completed.

    events: IAsyncEvent<any>[] = []

    Internal array of queued async events.

    Methods