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

Method Wait

library/cpp/coroutine/engine/poller.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void Wait(TEvents& events, TInstant deadLine) override {
59 P_.Wait(events, deadLine);
60 }
61
62 EContPoller PollEngine() const override {
63 return PollerEngine_;

Callers

nothing calls this directly

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected