Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Register
Method
Register
library/cpp/coroutine/engine/cont_poller.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void TEventWaitQueue::Register(NCoro::TContPollEvent* event) {
48
IoWait_.Insert(event);
49
event->Cont()->Unlink();
50
}
51
52
void TEventWaitQueue::Abort() noexcept {
53
auto visitor = [](TContPollEvent& e) {
Callers
2
RegisterInWaitQueue
Method · 0.45
TestEventQueue
Method · 0.45
Calls
3
Insert
Method · 0.45
Unlink
Method · 0.45
Cont
Method · 0.45
Tested by
1
TestEventQueue
Method · 0.36