MCPcopy 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
280void TContExecutor::ScheduleExecution(TCont* cont) noexcept {
281 cont->Scheduled_ = true;
282 ReadyNext_.PushBack(cont);
283}
284
285void TContExecutor::ScheduleExecutionNow(TCont* cont) noexcept {
286 cont->Scheduled_ = true;

Callers 1

ReScheduleMethod · 0.80

Calls 1

PushBackMethod · 0.45

Tested by

no test coverage detected