nsITimer.idl says nothing about thread safety. (Can we add some?)
From a glance at the code, it appears that it's safe to Cancel and null-out an nsITimer from any given thread, so long as the timer callback that's pointed to has thread-safe refcounting. Correct?
Jason _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform