MCPcopy Create free account
hub / github.com/daniele77/cli / Stop

Method Stop

include/cli/loopscheduler.h:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 LoopScheduler& operator=(const LoopScheduler&) = delete;
58
59 void Stop()
60 {
61 std::lock_guard<std::mutex> lck (mtx);
62 running = false;
63 cv.notify_all();
64 }
65
66 void Run()
67 {

Callers 5

mainFunction · 0.45
UserInterfaceMethod · 0.45
UserInterfaceMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected