Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Wait
Method
Wait
util/system/shellcommand.cpp:382–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
inline void Wait() {
383
if (WatchThread) {
384
WatchThread->Join();
385
}
386
}
387
388
inline void CloseInput() {
389
Options_.ShouldCloseInput.store(true);
Callers
1
shellcommand.cpp
File · 0.45
Calls
1
Join
Method · 0.45
Tested by
no test coverage detected