kyleabaker
12 years agoVisitor
Backgrounding tasks so they won't delay UI interaction
I'd like to be able to run a background process posting and fetching content from urls, but I don't want that to pause or delay the UI from loading (because neither of these are critical to the UI displaying and could potentially take some time to complete). Is there a way to execute a function in the background so it doesn't delay any user interactions?