MCPcopy 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

RegisterInWaitQueueMethod · 0.45
TestEventQueueMethod · 0.45

Calls 3

InsertMethod · 0.45
UnlinkMethod · 0.45
ContMethod · 0.45

Tested by 1

TestEventQueueMethod · 0.36