MCPcopy Create free account
hub / github.com/catboost/catboost / Wait

Method Wait

library/cpp/neh/rq.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 inline void Wait() noexcept {
83 char buf[128];
84 R.Read(buf, sizeof(buf));
85 }
86
87 TPipeHandle R;
88 TPipeHandle W;

Callers 5

NextMethod · 0.45
NextMethod · 0.45
NextMethod · 0.45
WaitMethod · 0.45
NextMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected