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

Method ConcurrentAddOnlyList

tests/corealgos.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47struct ConcurrentAddOnlyList
48{
49 ConcurrentAddOnlyList()
50 : tail_(nullptr)
51 {
52 }
53
54 inline T* tail() { return tail_.load(std::memory_order_acquire); }
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected