Anyone care to share some best practices with regard to implementing multi-threading in an iPhone app with Titanium? As far as I can see there's no direct support for thread creation/management. So far we've been using setInterval to create recurring background loops but the results haven't been so great.
Would really love the ability to create the equivalent of a low-priority, non-blocking background thread.