Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ removeAllPendingActions
Method
removeAllPendingActions
core/base/Scheduler.cpp:732–736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
730
}
731
732
void Scheduler::removeAllPendingActions()
733
{
734
std::unique_lock<std::mutex> lock(_performMutex);
735
_actionsToPerform.clear();
736
}
737
738
// main loop
739
void Scheduler::update(float dt)
Callers
1
update
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
1
update
Method · 0.64