axmol/tests/cpp-tests/Classes/SchedulerTest
David DeSimone 3b7ffcf5d0 unscheduleAll() does not unschedule scheduled with performFunctionInCocosThread. (#16856)
* Fixing issue where Scheduler::unscheduleAll() would not unschedule functions scheduled with Scheduler::performFunctionInCocosThread.

* Removing clear of _functionsToPerform from unscheduleAll, based on code review feedback. Adding a function removeAllFunctionsToBePerfomedInCocosThread, which will remove all pending functions scheduled with performFunctionOnCocosThread.

* Adding test case for Scheduler::removeAllFunctionsToBePerformedInCocosThread

* Adding proper cleanup code to Scheduler test for SchedulerRemoveAllFunctionsToBePerformedInCocosThread
2016-12-08 11:58:58 +08:00
..
SchedulerTest.cpp unscheduleAll() does not unschedule scheduled with performFunctionInCocosThread. (#16856) 2016-12-08 11:58:58 +08:00
SchedulerTest.h unscheduleAll() does not unschedule scheduled with performFunctionInCocosThread. (#16856) 2016-12-08 11:58:58 +08:00