Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ToDeadLine
Method
ToDeadLine
util/datetime/base.h:847–849 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
845
}
846
847
inline TInstant TDuration::ToDeadLine() const {
848
return ToDeadLine(TInstant::Now());
849
}
850
851
constexpr TInstant TDuration::ToDeadLine(TInstant now) const {
852
return now + *this;
Callers
15
WaitUntilConnectable
Function · 0.80
LockT
Method · 0.80
SleepT
Method · 0.80
WaitT
Method · 0.80
WaitT
Method · 0.80
WaitT
Method · 0.80
SelectT
Function · 0.80
PollT
Function · 0.80
ReadVectorT
Function · 0.80
ReadT
Function · 0.80
WriteVectorT
Function · 0.80
WriteT
Function · 0.80
Calls
1
Now
Function · 0.70
Tested by
1
TestCancelWithException
Method · 0.64