MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/coroutine/engine/coroutine_ut.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 int Result;
336
337 inline void operator()(TCont* c) {
338 Result = c->SleepD(Deadline);
339 }
340 };
341
342 struct TReadCont {

Callers

nothing calls this directly

Calls 1

SleepDMethod · 0.80

Tested by

no test coverage detected