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

Method WaitI

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

Source from the content-addressed store, hash-verified

27 }
28
29 int WaitI() {
30 return WaitD(TInstant::Max());
31 }
32
33 void Wake() noexcept {
34 SetStatus(EWAKEDUP);

Callers 7

CoCondVarFunction · 0.45
RequestMethod · 0.45
WaitMethod · 0.45
DoExecuteMethod · 0.45
with_lockMethod · 0.45
DequeueMethod · 0.45
DoExecuteMethod · 0.45

Calls 1

MaxFunction · 0.50

Tested by

no test coverage detected