JavaScript/HandlingThreads

From MozillaWiki
< JavaScript
Revision as of 22:21, 16 November 2010 by Sayrer (talk | contribs) (Created page with "In Firefox 4, using nsIThread.dispatch won't work the same way they have in the past. The purpose of this page is to document the design choices we have, so we can get to a decis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In Firefox 4, using nsIThread.dispatch won't work the same way they have in the past. The purpose of this page is to document the design choices we have, so we can get to a decision, late though it may be.