| 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. |
nothing calls this directly
no test coverage detected