Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void TCont::Switch() noexcept {
76
Executor()->RunScheduler();
77
}
78
79
void TCont::Yield() noexcept {
80
if (SleepD(TInstant::Zero())) {
Callers
2
DoExecuteEvent
Function · 0.80
network.cpp
File · 0.80
Calls
1
RunScheduler
Method · 0.80
Tested by
no test coverage detected