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

Method front

include/thundersvm/util/log.h:2581–2584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2579 m_queue.pop();
2580 }
2581 inline AsyncLogItem front(void) {
2582 base::threading::ScopedLock scopedLock(lock());
2583 return m_queue.front();
2584 }
2585 inline bool empty(void) {
2586 base::threading::ScopedLock scopedLock(lock());
2587 return m_queue.empty();

Callers 2

nextMethod · 0.80
IterableQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected