MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / Loop

Method Loop

cpp/core/Loop.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Loop::Loop(Logger& logger, std::shared_ptr<XmonAgent>& xmon, const std::string& name) : _env(logger, xmon, name), _name(name) {}
49
50void* LoopThread::runLoop(void* arg) {
51 LoopThread* loopThread = (LoopThread*) arg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected