Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void TFdEvent::RemoveFromIOWait() noexcept {
61
this->Cont()->Executor()->Poller()->Remove(this);
62
}
63
64
int ExecuteEvent(TFdEvent* event) noexcept {
65
return NCoro::DoExecuteEvent(event);
Callers
nothing calls this directly
Calls
4
Poller
Method · 0.80
Remove
Method · 0.45
Executor
Method · 0.45
Cont
Method · 0.45
Tested by
no test coverage detected