MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / waitForStart

Method waitForStart

src/system/process/process.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void Process::waitForStart() const {
52 while (!impl_->isRunning())
53 ;
54}
55
56} // namespace oid

Callers 1

startMethod · 0.80

Calls 1

isRunningMethod · 0.45

Tested by

no test coverage detected