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

Method LoopThread

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

Source from the content-addressed store, hash-verified

58
59 virtual ~LoopThread() = default;
60 LoopThread(const LoopThread&) = delete;
61private:
62 LoopThread(std::unique_ptr<Loop>&& loop) : _loop(std::move(loop)), _stopLoop(nullptr) {}
63 static void* runLoop(void* arg);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected