MCPcopy Create free account
hub / github.com/cameron314/readerwriterqueue / node

Class node

benchmarks/ext/1024cores/spscqueue.h:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92private:
93 // internal node structure
94 struct node
95 {
96 node* next_;
97 T value_;
98 };
99
100 // consumer part
101 // accessed mainly by consumer, infrequently be producer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected