MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / next

Method next

include/thundersvm/util/log.h:2566–2571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2564 }
2565
2566 inline AsyncLogItem next(void) {
2567 base::threading::ScopedLock scopedLock(lock());
2568 AsyncLogItem result = m_queue.front();
2569 m_queue.pop();
2570 return result;
2571 }
2572
2573 inline void push(const AsyncLogItem& item) {
2574 base::threading::ScopedLock scopedLock(lock());

Callers 1

emptyQueueMethod · 0.80

Calls 2

frontMethod · 0.80
popMethod · 0.80

Tested by

no test coverage detected