Quantcast
Viewing all articles
Browse latest Browse all 8068

Web workers and multithreading

I need to render some parts of an HTML page in a WebView with asynchronous task. Each task need to call some functions defined in the app using the API Ti.App.FireEvent. Reading on forum I found that the right way to manage multithreading is to use WebWorkers and I found a lot of examples. The question is: Can I use the API Ti.App.FireEvent inside the WebWorkers?


Viewing all articles
Browse latest Browse all 8068

Trending Articles