MCPcopy Create free account
hub / github.com/clementgallet/libTAS / ConcurrentQueue

Method ConcurrentQueue

src/program/ConcurrentQueue.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 ConcurrentQueue()=default;
84 ConcurrentQueue(const ConcurrentQueue&) = delete; // disable copying
85 ConcurrentQueue& operator=(const ConcurrentQueue&) = delete; // disable assignment
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected