nanokv
    Preparing search index...

    Type Alias KvQueueEntry<K, V>

    KvQueueEntry: KvPair<K, V> & { schedule: number; sequence: bigint }

    A pair of key and value in a NanoKV for queue operations.

    Returned from listenQueue method, you should not manually construct values ​​of this type.

    Type Parameters