Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WaitT
Method
WaitT
library/cpp/coroutine/engine/events.h:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int WaitT(TDuration timeout) {
26
return WaitD(timeout.ToDeadLine());
27
}
28
29
int WaitI() {
30
return WaitD(TInstant::Max());
Callers
5
WaitImpl
Method · 0.45
Close
Method · 0.45
Wait
Method · 0.45
with_lock
Function · 0.45
MetaThreadFunction
Method · 0.45
Calls
1
ToDeadLine
Method · 0.80
Tested by
no test coverage detected