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

Method TestFastPathWakeEpoll

library/cpp/coroutine/engine/coroutine_ut.cpp:723–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723void TCoroTest::TestFastPathWakeEpoll() {
724 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Epoll);
725}
726
727void TCoroTest::TestFastPathWakeKqueue() {
728 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Kqueue);

Callers

nothing calls this directly

Calls 1

DoTestFastPathWakeFunction · 0.85

Tested by

no test coverage detected