Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ unscheduleAll
Method
unscheduleAll
core/base/Scheduler.cpp:490–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
void Scheduler::unscheduleAll()
491
{
492
unscheduleAllWithMinPriority(PRIORITY_SYSTEM);
493
}
494
495
void Scheduler::unscheduleAllWithMinPriority(int minPriority)
496
{
Callers
1
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected