MCPcopy 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

TestExceptionMethod · 0.45
TestSimpleX1Method · 0.45
TestSimpleX2Method · 0.45
TestSimpleX3Method · 0.45
TestMutexMethod · 0.45
TestCondVarMethod · 0.45
DoTestJoinFunction · 0.45
DoTestFastPathWakeFunction · 0.45
TestJoinRescheduleBugMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestExceptionMethod · 0.36
TestSimpleX1Method · 0.36
TestSimpleX2Method · 0.36
TestSimpleX3Method · 0.36
TestMutexMethod · 0.36
TestCondVarMethod · 0.36
TestJoinRescheduleBugMethod · 0.36
TestEventQueueMethod · 0.36
TestNestedExecutorMethod · 0.36