MCPcopy 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.cppFile · 0.45

Calls 1

JoinMethod · 0.45

Tested by

no test coverage detected