Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WaitI
Method
WaitI
library/cpp/coroutine/engine/events.h:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
int WaitI() {
30
return WaitD(TInstant::Max());
31
}
32
33
void Wake() noexcept {
34
SetStatus(EWAKEDUP);
Callers
7
CoCondVar
Function · 0.45
Request
Method · 0.45
Wait
Method · 0.45
DoExecute
Method · 0.45
with_lock
Method · 0.45
Dequeue
Method · 0.45
DoExecute
Method · 0.45
Calls
1
Max
Function · 0.50
Tested by
no test coverage detected