Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ariccio/altWinDirStat
/ wait
Method
wait
Reference code/FarManager_farplug/farplug/common/sysutils.cpp:628–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
}
627
628
bool Thread::wait(unsigned wait_time) {
629
return wait_for_single_object(h_thread, wait_time);
630
}
631
632
bool Thread::get_result() {
633
DWORD exit_code;
Callers
1
dowait
Method · 0.80
Calls
1
wait_for_single_object
Function · 0.85
Tested by
1
dowait
Method · 0.64