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

Method TestFastPathWakeKqueue

library/cpp/coroutine/engine/coroutine_ut.cpp:727–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727void TCoroTest::TestFastPathWakeKqueue() {
728 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Kqueue);
729}
730
731void TCoroTest::TestFastPathWakePoll() {
732 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Poll);

Callers

nothing calls this directly

Calls 1

DoTestFastPathWakeFunction · 0.85

Tested by

no test coverage detected