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

Method ~AsyncLogQueue

include/thundersvm/util/log.h:2562–2564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2560class AsyncLogQueue : public base::threading::ThreadSafe {
2561 public:
2562 virtual ~AsyncLogQueue() {
2563 ELPP_INTERNAL_INFO(6, "~AsyncLogQueue");
2564 }
2565
2566 inline AsyncLogItem next(void) {
2567 base::threading::ScopedLock scopedLock(lock());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected