Thread save GUI parts?
Georg Maaß <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Hi are there any thread save GUI parts? I.e. are progress bars thread save? Or does all DOM stuff crash, when trying to access it from a background thread? What about error handling in a background thread. Do exceptions, that usually cause some activity in the error console, cause crashes, or are background threads allowed to throw exceptions.