Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getSystemScheduler
Method
getSystemScheduler
Source/Basic/Director.cpp:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
Scheduler* Director::getSystemScheduler() const noexcept {
133
return _systemScheduler;
134
}
135
136
Scheduler* Director::getPostScheduler() const noexcept {
137
return _postScheduler;
Callers
9
start
Method · 0.80
EffekManager
Method · 0.80
saveAsync
Method · 0.80
start
Method · 0.80
run
Method · 0.80
init
Method · 0.80
runJob
Method · 0.80
init
Method · 0.80
handleEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected