Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RegisterInWaitQueue
Method
RegisterInWaitQueue
library/cpp/coroutine/engine/impl.h:269–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void RegisterInWaitQueue(NCoro::TContPollEvent* event) {
270
WaitQueue_.Register(event);
271
}
272
273
void ScheduleIoWait(TFdEvent* event) {
274
RegisterInWaitQueue(event);
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected