Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SleepT
Method
SleepT
library/cpp/coroutine/engine/impl.h:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
int SleepD(TInstant deadline) noexcept;
78
79
int SleepT(TDuration timeout) noexcept {
80
return SleepD(timeout.ToDeadLine());
81
}
82
83
int SleepI() noexcept {
84
return SleepD(TInstant::Max());
Callers
2
DoRun
Method · 0.80
OnError
Method · 0.80
Calls
1
ToDeadLine
Method · 0.80
Tested by
no test coverage detected