Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
public:
52
MpscLinkedQueue()
53
{
54
tail = new Node<T>();
55
head.store(tail);
56
}
57
58
~MpscLinkedQueue()
59
{
Callers
nothing calls this directly
Calls
1
store
Method · 0.65
Tested by
no test coverage detected