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

Method TestFastPathWakePoll

library/cpp/coroutine/engine/coroutine_ut.cpp:731–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731void TCoroTest::TestFastPathWakePoll() {
732 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Poll);
733}
734
735void TCoroTest::TestFastPathWakeSelect() {
736 NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Select);

Callers

nothing calls this directly

Calls 1

DoTestFastPathWakeFunction · 0.85

Tested by

no test coverage detected