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

Class IWorker

include/thundersvm/util/log.h:2592–2596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2590 std::queue<AsyncLogItem> m_queue;
2591};
2592class IWorker {
2593 public:
2594 virtual ~IWorker() {}
2595 virtual void start() = 0;
2596};
2597#endif // ELPP_ASYNC_LOGGING
2598/// @brief Easylogging++ management storage
2599 class Storage : base::NoCopy, public base::threading::ThreadSafe {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected