Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tom94/tev
/ operator()
Method
operator()
include/tev/ThreadPool.h:182–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
struct Comparator {
182
bool operator()(const QueuedTask& a, const QueuedTask& b) { return a.priority < b.priority; }
183
};
184
};
185
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected