Closed phansonloc1999 closed 3 years ago
If i do not perform Timer.clear(), will timers be piling up and take up memory?
looking at the code, timers are dereferenced when they finish. unless you reference them elsewhere for some reason, they should be garbage collected automatically.
If i do not perform Timer.clear(), will timers be piling up and take up memory?