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

Method IAmRunning

library/cpp/coroutine/engine/impl.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool TCont::IAmRunning() const noexcept {
98 return this == Executor()->Running();
99}
100
101void TCont::Cancel() noexcept {
102 if (Cancelled()) {

Callers

nothing calls this directly

Calls 1

RunningMethod · 0.45

Tested by

no test coverage detected