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

Method PrintMe

library/cpp/coroutine/engine/impl.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37void TCont::PrintMe(IOutputStream& out) const noexcept {
38 out << "cont("
39 << "name = " << Name_ << ", "
40 << "addr = " << Hex((size_t)this)
41 << ")";
42}
43
44bool TCont::Join(TCont* c, TInstant deadLine, std::function<void(TJoinWait&, TCont*)> forceStop) noexcept {
45 TJoinWait ev(*this);

Callers 1

Out<TCont>Function · 0.80

Calls 1

HexFunction · 0.50

Tested by

no test coverage detected