MCPcopy Create free account
hub / github.com/catboost/catboost / ~TContWaitQueue

Method ~TContWaitQueue

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

Source from the content-addressed store, hash-verified

69 }
70
71 ~TContWaitQueue() {
72 Y_ASSERT(Waiters_.Empty());
73 }
74
75 int WaitD(TCont* current, TInstant deadline) {
76 TWaiter waiter(current);

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected