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

Function ExecuteEvent

library/cpp/coroutine/engine/cont_poller.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64int ExecuteEvent(TFdEvent* event) noexcept {
65 return NCoro::DoExecuteEvent(event);
66}
67
68int ExecuteEvent(TTimerEvent* event) noexcept {
69 return NCoro::DoExecuteEvent(event);

Callers 4

PollDFunction · 0.85
DoStopFunction · 0.85
DoSubFunction · 0.85
SleepDMethod · 0.85

Calls 1

DoExecuteEventFunction · 0.85

Tested by

no test coverage detected