Re: [android-developers] Need help for thread cancelable queue pattern.

2012-05-14 Thread Fabien R
On 11/05/12 13:10, Tolriq wrote: > And a little supplemental question that is linked to this, the sync process > can be for example a function that call 3 functions that each takes a lot's > of time, in each functions I can check for thread.interrupted to stop it, > but from documentation it cle

[android-developers] Need help for thread cancelable queue pattern.

2012-05-11 Thread Tolriq
Hello, I need some help to find the correct way to implement my need. The need as i see it is simple : Implement a queued synchronization thread model where queue elements can be removed / canceled. The second problem is that i use lots of interface so I don't really know the numbers of differe