Re: Mozilla streaming on a background thread
Boris Zbarsky <[email protected]> Thu, 18 Aug 2011 09:40:59 -0400
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 8/18/11 9:12 AM, Fizitzky, Annie wrote: > Thanks. > So, does it mean that the streaming must be done from the main thread > and block the UI thread until the stream is finished (in case of > blocking streams)? Yes. Or in other words, don't use blocking streams. -Boris