Ciorent
    Preparing search index...

    Type Alias Topic<T>

    Topic: [
        head: QueueNode<T>,
        callback: PromiseFn<void>,
        resolve: (() => void) | null,
        pending: Promise<void> | null,
    ]

    Describe a topic

    Type Parameters

    • T extends {} = {}