MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / ProcessRunner

Method ProcessRunner

src/core/processrunner.cpp:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#endif
15
16ProcessRunner::ProcessRunner(ProcessRunnerConfig cfg, const std::atomic<bool> &stop)
17 : config(std::move(cfg)), stopFlag(stop) {}
18
19auto ProcessRunner::create(ProcessRunnerConfig config,
20 const std::atomic<bool> &stopFlag) -> std::unique_ptr<ProcessRunner> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected