I need to perform some operation in background in my JavaScript code (FireFox extension). So, I create new thread ('@mozilla.org/thread;1') and pass my code to it. But after that I need to call some other code in initial thread from new one, because some operations in FireFox hangs browser when they are called not from main thread.
How could I marshall call to main thread?


Lev Serebryakov
Programmer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"


_______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to