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

Method WaitT

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

Source from the content-addressed store, hash-verified

23 }
24
25 int WaitT(TDuration timeout) {
26 return WaitD(timeout.ToDeadLine());
27 }
28
29 int WaitI() {
30 return WaitD(TInstant::Max());

Callers 5

WaitImplMethod · 0.45
CloseMethod · 0.45
WaitMethod · 0.45
with_lockFunction · 0.45
MetaThreadFunctionMethod · 0.45

Calls 1

ToDeadLineMethod · 0.80

Tested by

no test coverage detected