MCPcopy Create free account
hub / github.com/ad-freiburg/qlever / runWithBothQueueTypes

Function runWithBothQueueTypes

test/ThreadSafeQueueTest.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// as their value type.
59template <typename F>
60void runWithBothQueueTypes(const F& testFunction) {
61 testFunction(ThreadSafeQueue<size_t>{queueSize});
62 testFunction(OrderedThreadSafeQueue<size_t>{queueSize});
63}
64} // namespace
65
66// ________________________________________________________________

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected