Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetFailOnError
Method
SetFailOnError
library/cpp/coroutine/engine/impl.h:261–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
void Abort() noexcept;
260
261
void SetFailOnError(bool fail) noexcept {
262
FailOnError_ = fail;
263
}
264
265
bool FailOnError() const noexcept {
266
return FailOnError_;
Callers
5
TestJoinCancelExitRaceBug
Method · 0.80
TestWaitWakeLivelockBug
Method · 0.80
DoTestFastPathWake
Function · 0.80
TestLegacyCancelYieldRaceBug
Method · 0.80
TestComputeCoroutineYield
Method · 0.80
Calls
no outgoing calls
Tested by
4
TestJoinCancelExitRaceBug
Method · 0.64
TestWaitWakeLivelockBug
Method · 0.64
TestLegacyCancelYieldRaceBug
Method · 0.64
TestComputeCoroutineYield
Method · 0.64