MCPcopy Create free account
hub / github.com/catboost/catboost / Switch

Method Switch

library/cpp/coroutine/engine/impl.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void TCont::Switch() noexcept {
76 Executor()->RunScheduler();
77}
78
79void TCont::Yield() noexcept {
80 if (SleepD(TInstant::Zero())) {

Callers 2

DoExecuteEventFunction · 0.80
network.cppFile · 0.80

Calls 1

RunSchedulerMethod · 0.80

Tested by

no test coverage detected