Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Wait
Method
Wait
Win32Lib/Process.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
void Process::Wait() const
170
{
171
WaitForSingleObject(m_hProcess);
172
}
173
174
} // namespace Win32
175
} // namespace fusion
Callers
nothing calls this directly
Calls
1
WaitForSingleObject
Function · 0.85
Tested by
no test coverage detected