Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Wait
Method
Wait
library/cpp/neh/wfmo.h:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
};
79
80
inline bool Wait(const TInstant& deadLine) noexcept {
81
return Q_.WaitD(deadLine);
82
}
83
84
inline void Notify(TWaitHandle* wq) noexcept {
85
Q_.Notify(wq);
Callers
1
WaitForMultipleObj
Function · 0.45
Calls
1
WaitD
Method · 0.45
Tested by
no test coverage detected