Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Execute
Method
Execute
library/cpp/coroutine/engine/coroutine_ut.cpp:977–979 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
975
struct TUserEvent : public IUserEvent {
976
bool Called = false;
977
void Execute() override {
978
Called = true;
979
}
980
} event;
981
982
auto f = [&](TCont* cont) {
Callers
15
TestException
Method · 0.45
TestSimpleX1
Method · 0.45
TestSimpleX2
Method · 0.45
TestSimpleX3
Method · 0.45
TestMutex
Method · 0.45
TestCondVar
Method · 0.45
DoTestJoin
Function · 0.45
TestJoinCancelExitRaceBug
Method · 0.45
TestWaitWakeLivelockBug
Method · 0.45
DoTestFastPathWake
Function · 0.45
TestLegacyCancelYieldRaceBug
Method · 0.45
TestJoinRescheduleBug
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestException
Method · 0.36
TestSimpleX1
Method · 0.36
TestSimpleX2
Method · 0.36
TestSimpleX3
Method · 0.36
TestMutex
Method · 0.36
TestCondVar
Method · 0.36
TestJoinCancelExitRaceBug
Method · 0.36
TestWaitWakeLivelockBug
Method · 0.36
TestLegacyCancelYieldRaceBug
Method · 0.36
TestJoinRescheduleBug
Method · 0.36
TestEventQueue
Method · 0.36
TestNestedExecutor
Method · 0.36