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

Method WaitD

library/cpp/coroutine/engine/events.h:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 int WaitD(TInstant deadLine) noexcept {
134 return Q_.WaitD(E_->Running(), deadLine);
135 }
136
137 int WaitT(TDuration timeout) noexcept {
138 return WaitD(timeout.ToDeadLine());

Callers

nothing calls this directly

Calls 2

WaitDMethod · 0.45
RunningMethod · 0.45

Tested by

no test coverage detected