tidev / ti.worker

Use Multi-Threading / Worker Threads in Appcelerator Titanium.
Other
96 stars 27 forks source link

Needed to run on background IOS #14

Closed oscarrock closed 7 years ago

oscarrock commented 8 years ago

I have a problem with large database sincronization beacouse it's blocking user interface on iOs phones. So it is posibble to add background task support to iOS so the database operations dont block the UI.

hansemannn commented 7 years ago

Yes, that's what this module is about.