MCPcopy 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

DoExecuteEventFunction · 0.80
network.cppFile · 0.80

Calls 1

ScheduleMethod · 0.45

Tested by

no test coverage detected