MCPcopy Create free account
hub / github.com/apache/mesos / MpscLinkedQueue

Method MpscLinkedQueue

3rdparty/libprocess/src/mpsc_linked_queue.hpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51public:
52 MpscLinkedQueue()
53 {
54 tail = new Node<T>();
55 head.store(tail);
56 }
57
58 ~MpscLinkedQueue()
59 {

Callers

nothing calls this directly

Calls 1

storeMethod · 0.65

Tested by

no test coverage detected