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

Method Abort

library/cpp/coroutine/engine/cont_poller.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void TEventWaitQueue::Abort() noexcept {
53 auto visitor = [](TContPollEvent& e) {
54 e.Cont()->Cancel();
55 };
56 IoWait_.ForEach(visitor);
57 }
58}
59
60void TFdEvent::RemoveFromIOWait() noexcept {

Callers

nothing calls this directly

Calls 3

CancelMethod · 0.45
ContMethod · 0.45
ForEachMethod · 0.45

Tested by

no test coverage detected