MCPcopy 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
305TCont* RunningCont() {
306 TContExecutor* thisThreadExecutor = ThisThreadExecutor();
307 return thisThreadExecutor ? thisThreadExecutor->Running() : nullptr;
308}
309
310void TContExecutor::RunScheduler() noexcept {
311 try {

Callers 4

CoRunFunction · 0.85
CoMainFunction · 0.85
TestSimpleX1Method · 0.85
TestNestedExecutorMethod · 0.85

Calls 1

RunningMethod · 0.45

Tested by 2

TestSimpleX1Method · 0.68
TestNestedExecutorMethod · 0.68