>
> If you are not waiting for the tasks to finish, won't you run into a race
> condition?
>

The backend in my actual case is reading a web service, which can be
hammered by overlapping calls. All of the callbacks will run on the UI
thread, so they can't step on each other. I hope I'm right?! -- *Greg*

Reply via email to