X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPriorityQueueNode.html;h=a59ed58931139ca39d20a764be6618c66bf888c5;hb=c5d5cc086c12de1bc8ceb7f6bcda6b8e283ab405;hp=a3470b47ae0a23e7fd4ae10f93d10dbd9634ed01;hpb=96f3886ad347290d2072643379e9bfb495d905c3;p=poolifier.git diff --git a/docs/interfaces/PriorityQueueNode.html b/docs/interfaces/PriorityQueueNode.html index a3470b47..a59ed589 100644 --- a/docs/interfaces/PriorityQueueNode.html +++ b/docs/interfaces/PriorityQueueNode.html @@ -1,5 +1,5 @@ -PriorityQueueNode | poolifier - v4.0.7

Interface PriorityQueueNode<T>Internal

Priority queue node.

+PriorityQueueNode | poolifier - v4.0.8

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