Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RunningCont
Function
RunningCont
library/cpp/coroutine/engine/impl.cpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
TCont* RunningCont() {
306
TContExecutor* thisThreadExecutor = ThisThreadExecutor();
307
return thisThreadExecutor ? thisThreadExecutor->Running() : nullptr;
308
}
309
310
void TContExecutor::RunScheduler() noexcept {
311
try {
Callers
4
CoRun
Function · 0.85
CoMain
Function · 0.85
TestSimpleX1
Method · 0.85
TestNestedExecutor
Method · 0.85
Calls
1
Running
Method · 0.45
Tested by
2
TestSimpleX1
Method · 0.68
TestNestedExecutor
Method · 0.68