X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPriorityQueueNode.html;h=e651c79b7276763f0b2663053da199af91aad3e3;hb=d912486e16e6971854a0118268bc6d13a0291466;hp=857c5760c5fc7de8902dc7f722c472e862fd361b;hpb=e372fd5367a524fd030b507e0acc842634c24ad9;p=poolifier.git diff --git a/docs/interfaces/PriorityQueueNode.html b/docs/interfaces/PriorityQueueNode.html index 857c5760..e651c79b 100644 --- a/docs/interfaces/PriorityQueueNode.html +++ b/docs/interfaces/PriorityQueueNode.html @@ -1,5 +1,5 @@ -PriorityQueueNode | poolifier - v4.0.6

Interface PriorityQueueNode<T>Internal

Priority queue node.

+PriorityQueueNode | poolifier - v4.0.10

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