MCPcopy Create free account
hub / github.com/MaskRay/ccls / ~BaseThreadQueue

Method ~BaseThreadQueue

src/threaded_queue.hh:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24struct BaseThreadQueue {
25 virtual bool isEmpty() = 0;
26 virtual ~BaseThreadQueue() = default;
27};
28
29template <typename... Queue> struct MultiQueueLock {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected