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

Method WaitD

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

Source from the content-addressed store, hash-verified

73 }
74
75 int WaitD(TCont* current, TInstant deadline) {
76 TWaiter waiter(current);
77
78 Waiters_.PushBack(&waiter);
79
80 return waiter.WaitD(deadline);
81 }
82
83 int WaitT(TCont* current, TDuration timeout) {
84 return WaitD(current, timeout.ToDeadLine());

Callers

nothing calls this directly

Calls 2

PushBackMethod · 0.45
WaitDMethod · 0.45

Tested by

no test coverage detected