X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPriorityQueueNode.html;h=a3470b47ae0a23e7fd4ae10f93d10dbd9634ed01;hb=efbad167abfbf5bfe3c362b652a39c579ab09899;hp=ca16fdef27d37d56f6ab450585d28dfabeee7c2a;hpb=38e6b85b3247f847b61f30efc37851489f106e8a;p=poolifier.git diff --git a/docs/interfaces/PriorityQueueNode.html b/docs/interfaces/PriorityQueueNode.html index ca16fdef..a3470b47 100644 --- a/docs/interfaces/PriorityQueueNode.html +++ b/docs/interfaces/PriorityQueueNode.html @@ -1,5 +1,5 @@ -PriorityQueueNode | poolifier - v4.0.5

Interface PriorityQueueNode<T>Internal

Priority queue node.

+PriorityQueueNode | poolifier - v4.0.7

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