X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FPriorityQueueNode.html;h=383789f39e2da4fbc4192a943b9a80e8b40788c1;hb=refs%2Fheads%2Fmaster;hp=a59ed58931139ca39d20a764be6618c66bf888c5;hpb=c5d5cc086c12de1bc8ceb7f6bcda6b8e283ab405;p=poolifier.git diff --git a/docs/interfaces/PriorityQueueNode.html b/docs/interfaces/PriorityQueueNode.html deleted file mode 100644 index a59ed589..00000000 --- a/docs/interfaces/PriorityQueueNode.html +++ /dev/null @@ -1,5 +0,0 @@ -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

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