I'm wondering if the Appcelerator Titanium Hyperloop module can be used to spawn new threads or do background work that will not block the main UI thread? In other words, I have an expensive or long-running data processing task but I want to run it on a background thread. Previously Appcelerator Titanium has been single-threaded with no options for spawning new threads. With Hyperloop being able to call directly into native APIs I'm wondering if threads are now possible?
http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module