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

Method Wait

library/cpp/neh/multiclient.cpp:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 }
362
363 bool Wait(TEvent& ev, TInstant deadline = TInstant::Max()) override {
364 return MC_->Wait(ev, deadline);
365 }
366
367 void Interrupt() override {
368 return MC_->Interrupt();

Callers

nothing calls this directly

Calls 2

MaxFunction · 0.50
WaitMethod · 0.45

Tested by

no test coverage detected