[android-developers] Re: FutureTask cancel issue

2011-07-27 Thread pml
/t/514246/threads/java/Stopping-thread-thread... Regards On Jul 27, 12:54 am, pml pablolov...@gmail.com wrote: I'm trying to stop aFutureTask, calling its cancel() method, the call returns true, that means the task was canceled, but the thread running the task continues running until

[android-developers] FutureTask cancel issue

2011-07-26 Thread pml
I'm trying to stop a FutureTask, calling its cancel() method, the call returns true, that means the task was canceled, but the thread running the task continues running until termination. I've tested my application on Android 2.3.3 because I read that there are a race in the cancel() on android