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

Method RemoveFromIOWait

library/cpp/coroutine/engine/cont_poller.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void TFdEvent::RemoveFromIOWait() noexcept {
61 this->Cont()->Executor()->Poller()->Remove(this);
62}
63
64int ExecuteEvent(TFdEvent* event) noexcept {
65 return NCoro::DoExecuteEvent(event);

Callers

nothing calls this directly

Calls 4

PollerMethod · 0.80
RemoveMethod · 0.45
ExecutorMethod · 0.45
ContMethod · 0.45

Tested by

no test coverage detected