Implementing async notifications

2010-12-10 Thread Jon Sigman
I have a Cocoa app that uses a dedicated thread to receive messages, and I would like that thread to post those messages as notifications so they can be processed asynchronously, outside my receiving loop (but not on the main thread). Looking at NSNotificationQueue, I'm totally confused by

Re: Implementing async notifications

2010-12-10 Thread Sixten Otto
On Fri, Dec 10, 2010 at 2:50 PM, Jon Sigman rf_...@yahoo.com wrote: I have a Cocoa app that uses a dedicated thread to receive messages, and I would like that thread to post those messages as notifications so they can be processed asynchronously, outside my receiving loop (but not on the main