MCPcopy Create free account
hub / github.com/apache/singa / PriorityQueue

Method PriorityQueue

include/singa/utils/safe_queue.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114class PriorityQueue {
115 public:
116 PriorityQueue() = default;
117 /**
118 * Push an element into the queue with a given priority.
119 * The queue should not be a priority queue.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected