Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ScheduleIoWait
Method
ScheduleIoWait
library/cpp/coroutine/engine/impl.h:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void ScheduleIoWait(TFdEvent* event) {
274
RegisterInWaitQueue(event);
275
Poller_.Schedule(event);
276
}
277
278
void ScheduleIoWait(TTimerEvent* event) noexcept {
279
RegisterInWaitQueue(event);
Callers
2
DoExecuteEvent
Function · 0.80
network.cpp
File · 0.80
Calls
1
Schedule
Method · 0.45
Tested by
no test coverage detected