MCPcopy 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
285void TContExecutor::ScheduleExecutionNow(TCont* cont) noexcept {
286 cont->Scheduled_ = true;
287 Ready_.PushBack(cont);
288}
289
290namespace {
291 inline TContExecutor*& ThisThreadExecutor() {

Callers 1

ReScheduleMethod · 0.80

Calls 1

PushBackMethod · 0.45

Tested by

no test coverage detected