[android-developers] MessageQueue thread safe?

2012-05-11 Thread Agus
Are MessageQueue operations thread safe? -regards, Ag. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] MessageQueue thread safe?

2012-05-11 Thread Dianne Hackborn
You mean the only two methods on it, addIdleHandler() and removeIdleHandler()? Yes they are, although I would deeply question the semantics of using them from outside of the thread running the loop. On Fri, May 11, 2012 at 3:54 PM, Agus agus.sant...@gmail.com wrote: Are MessageQueue operations