Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WaitD
Method
WaitD
library/cpp/coroutine/engine/events.h:18–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
int WaitD(TInstant deadline) {
19
Status_ = 0;
20
const int ret = Cont_->SleepD(deadline);
21
22
return Status_ ? Status_ : ret;
23
}
24
25
int WaitT(TDuration timeout) {
26
return WaitD(timeout.ToDeadLine());
Callers
10
LockD
Method · 0.45
WaitD
Method · 0.45
WaitD
Method · 0.45
Wait
Method · 0.45
RunBufferFlushThread
Method · 0.45
ListenSocket
Method · 0.45
Wait
Method · 0.45
Wait
Method · 0.45
DoExecute
Method · 0.45
Wait
Method · 0.45
Calls
1
SleepD
Method · 0.80
Tested by
no test coverage detected