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

Method WaitT

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

Source from the content-addressed store, hash-verified

135 }
136
137 int WaitT(TDuration timeout) noexcept {
138 return WaitD(timeout.ToDeadLine());
139 }
140
141 int WaitI() noexcept {
142 return WaitD(TInstant::Max());

Callers

nothing calls this directly

Calls 1

ToDeadLineMethod · 0.80

Tested by

no test coverage detected