MCPcopy Create free account
hub / github.com/catboost/catboost / Wake

Method Wake

library/cpp/coroutine/engine/events.h:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void Wake() noexcept {
34 SetStatus(EWAKEDUP);
35 Cont_->ReSchedule();
36 }
37
38 TCont* Cont() noexcept {
39 return Cont_;

Callers 2

SignalMethod · 0.45
BroadCastMethod · 0.45

Calls 1

ReScheduleMethod · 0.80

Tested by

no test coverage detected