Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Cancelled
Method
Cancelled
library/cpp/coroutine/engine/impl.h:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
void Cancel(THolder<std::exception> exception) noexcept;
91
92
bool Cancelled() const noexcept {
93
return Cancelled_;
94
}
95
96
bool Scheduled() const noexcept {
97
return Scheduled_;
Callers
7
DoExecuteEvent
Function · 0.80
SelectD
Function · 0.80
network.cpp
File · 0.80
TestCancelWithException
Method · 0.80
DoRun
Method · 0.80
RecvCycle
Method · 0.80
DoRun
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestCancelWithException
Method · 0.64