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

Method SwitchTo

library/cpp/coroutine/engine/impl.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 void Switch() noexcept;
110
111 void SwitchTo(TExceptionSafeContext* ctx) {
112 Trampoline_.SwitchTo(ctx);
113 }
114
115 THolder<std::exception> TakeException() noexcept {
116 return std::move(Exception_);

Callers 3

RunSchedulerMethod · 0.45
PauseMethod · 0.45
ExitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected