Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SleepD
Method
SleepD
library/cpp/coroutine/engine/impl.cpp:69–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
int TCont::SleepD(TInstant deadline) noexcept {
70
TTimerEvent event(this, deadline);
71
72
return ExecuteEvent(&event);
73
}
74
75
void TCont::Switch() noexcept {
76
Executor()->RunScheduler();
Callers
5
WaitD
Method · 0.80
operator()
Method · 0.80
DoSubC
Function · 0.80
TestOverrideTime
Method · 0.80
TestCancelWithException
Method · 0.80
Calls
1
ExecuteEvent
Function · 0.85
Tested by
2
TestOverrideTime
Method · 0.64
TestCancelWithException
Method · 0.64