MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / unscheduleFixed

Method unscheduleFixed

Source/Basic/Scheduler.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void Scheduler::unscheduleFixed(FixedScheduledItem* item) {
126 if (item && item->iter) {
127 _fixedUpdateList.erase(item->iter.value());
128 item->target->release();
129 item->iter = std::nullopt;
130 }
131}
132
133void Scheduler::schedule(NotNull<Action, 1> action) {
134 if (action->_target && !action->isRunning()) {

Callers 3

setSchedulerMethod · 0.80
onExitMethod · 0.80
unscheduleFixedUpdateMethod · 0.80

Calls 3

eraseMethod · 0.45
valueMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected