James Newell wrote:
I've got the error business sorted and I know what Async means just not how to implement it.
I would probably use an nsITimer with a short timeout (1 msec or something) and call the callback functions from there.
On trunk you could also post an nsIRunnable to the current thread (which you can get from the nsIThreadManager), but on branch this isn't scriptable.
-christian _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
