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

Function DoTestFastPathWake

library/cpp/coroutine/engine/coroutine_ut.cpp:710–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708 }
709
710 static void DoTestFastPathWake(EContPoller pollerType) {
711 if (auto poller = IPollerFace::Construct(pollerType)) {
712 TContExecutor exec(20000, std::move(poller));
713 exec.SetFailOnError(true);
714 exec.Execute(NCoroTestFastPathWake::DoMain);
715 }
716 }
717}
718
719void TCoroTest::TestFastPathWakeDefault() {

Callers 5

TestFastPathWakeEpollMethod · 0.85
TestFastPathWakePollMethod · 0.85

Calls 4

SetFailOnErrorMethod · 0.80
ConstructFunction · 0.50
moveFunction · 0.50
ExecuteMethod · 0.45

Tested by 5

TestFastPathWakeEpollMethod · 0.68
TestFastPathWakePollMethod · 0.68