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:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
int WaitD(TInstant deadLine) noexcept {
134
return Q_.WaitD(E_->Running(), deadLine);
135
}
136
137
int WaitT(TDuration timeout) noexcept {
138
return WaitD(timeout.ToDeadLine());
Callers
nothing calls this directly
Calls
2
WaitD
Method · 0.45
Running
Method · 0.45
Tested by
no test coverage detected