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