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

Method TestFastPathWakeDefault

library/cpp/coroutine/engine/coroutine_ut.cpp:719–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void TCoroTest::TestFastPathWakeDefault() {
720 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Default);
721}
722
723void TCoroTest::TestFastPathWakeEpoll() {
724 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Epoll);

Callers

nothing calls this directly

Calls 1

DoTestFastPathWakeFunction · 0.85

Tested by

no test coverage detected