X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPriorityQueueNode.html;h=ca16fdef27d37d56f6ab450585d28dfabeee7c2a;hb=63af54001cdb7be2f14d51be593a7f96c8c480b6;hp=34c7fc9b86185142a33ad944a1f23ec225f92c69;hpb=c8576e5fe740384f6f61316b7f09a788a14ab0ef;p=poolifier.git diff --git a/docs/interfaces/PriorityQueueNode.html b/docs/interfaces/PriorityQueueNode.html index 34c7fc9b..ca16fdef 100644 --- a/docs/interfaces/PriorityQueueNode.html +++ b/docs/interfaces/PriorityQueueNode.html @@ -1,5 +1,5 @@ -PriorityQueueNode | poolifier - v4.0.1

Interface PriorityQueueNode<T>Internal

Priority queue node.

+PriorityQueueNode | poolifier - v4.0.5

Interface PriorityQueueNode<T>Internal

Priority queue node.

interface PriorityQueueNode<T> {
    data: T;
    priority: number;
}

Type Parameters

  • T

    Type of priority queue node data.

    -

Properties

Properties

Properties

data: T
priority: number
\ No newline at end of file +

Properties

data: T
priority: number
\ No newline at end of file