Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
int ExecuteEvent(TFdEvent* event) noexcept {
65
return NCoro::DoExecuteEvent(event);
66
}
67
68
int ExecuteEvent(TTimerEvent* event) noexcept {
69
return NCoro::DoExecuteEvent(event);
Callers
4
PollD
Function · 0.85
DoStop
Function · 0.85
DoSub
Function · 0.85
SleepD
Method · 0.85
Calls
1
DoExecuteEvent
Function · 0.85
Tested by
no test coverage detected