Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void Process::waitForStart() const {
52
while (!impl_->isRunning())
53
;
54
}
55
56
} // namespace oid
Callers
1
start
Method · 0.80
Calls
1
isRunning
Method · 0.45
Tested by
no test coverage detected