Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
struct BaseThreadQueue {
25
virtual bool isEmpty() = 0;
26
virtual ~BaseThreadQueue() = default;
27
};
28
29
template <typename... Queue> struct MultiQueueLock {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected