MCPcopy Create free account
hub / github.com/digego/extempore / PriorityQueue

Method PriorityQueue

include/PriorityQueue.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 public:
66
67 PriorityQueue() : mutex("priority_queue")
68 {
69 mutex.init();
70 }
71
72 ~PriorityQueue()
73 {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected