MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / LockBasedQueue

Method LockBasedQueue

benchmarks/lockbasedqueue.h:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20public:
21 LockBasedQueue()
22 {
23 tail = nullptr;
24 head = nullptr;
25 }
26
27 ~LockBasedQueue()
28 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected