MCPcopy Create free account
hub / github.com/effect-app/libs / TxPriorityQueue.ts

File TxPriorityQueue.ts

repos/effect/packages/effect/src/TxPriorityQueue.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Transactional priority queues whose state is stored in a `TxRef`. Elements
3 * are kept in the order defined by the `Order` supplied at construction time,
4 * and dequeue operations return the first element according to that ordering.

Callers

nothing calls this directly

Calls 11

orderFunction · 0.85
makeTxPriorityQueueFunction · 0.85
insertSortedFunction · 0.85
predicateFunction · 0.85
toArrayMethod · 0.80
filterMethod · 0.80
mapMethod · 0.65
makeMethod · 0.65
modifyMethod · 0.65
takeMethod · 0.65
updateMethod · 0.45

Tested by

no test coverage detected