Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void TFdEvent::RemoveFromIOWait() noexcept {
Callers
nothing calls this directly
Calls
3
Cancel
Method · 0.45
Cont
Method · 0.45
ForEach
Method · 0.45
Tested by
no test coverage detected