MCPcopy Create free account
hub / github.com/XpuOS/xsched / Loop

Method Loop

utils/src/runner.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void LoopRunner::Loop(std::function<void()> loop_body)
29{
30 while (running_.load()) { loop_body(); }
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected