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

Method WaitT

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

Source from the content-addressed store, hash-verified

81 }
82
83 int WaitT(TCont* current, TDuration timeout) {
84 return WaitD(current, timeout.ToDeadLine());
85 }
86
87 int WaitI(TCont* current) {
88 return WaitD(current, TInstant::Max());

Callers

nothing calls this directly

Calls 1

ToDeadLineMethod · 0.80

Tested by

no test coverage detected