There is no method that removes the association of a timer
from an NSRunLoop—send the timer the invalidate message
instead. invalidate disables the timer,
so it will no longer affect the NSRunLoop. A non-repeating timer
automatically invalidates itself after it fires.
Last updated: 2002-11-12