X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPriorityQueueNode.html;h=a3470b47ae0a23e7fd4ae10f93d10dbd9634ed01;hb=0956e79ce8d999bf54e444156d33e582fc428f8d;hp=4210b6c20ef32b445358a75763020231d1a6d6bc;hpb=f682cfbe8e6e8f9ccc476e15505c914326702a47;p=poolifier.git diff --git a/docs/interfaces/PriorityQueueNode.html b/docs/interfaces/PriorityQueueNode.html index 4210b6c2..a3470b47 100644 --- a/docs/interfaces/PriorityQueueNode.html +++ b/docs/interfaces/PriorityQueueNode.html @@ -1,5 +1,5 @@ -PriorityQueueNode | poolifier - v4.0.4

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