Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ScheduleExecutionNow
Method
ScheduleExecutionNow
library/cpp/coroutine/engine/impl.cpp:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
void TContExecutor::ScheduleExecutionNow(TCont* cont) noexcept {
286
cont->Scheduled_ = true;
287
Ready_.PushBack(cont);
288
}
289
290
namespace {
291
inline TContExecutor*& ThisThreadExecutor() {
Callers
1
ReSchedule
Method · 0.80
Calls
1
PushBack
Method · 0.45
Tested by
no test coverage detected