I found the following code snippet which allows NSNotification to be posted on the main thread from any background thread. I would like to know if this is a saf
NSNotification
This is - you are getting into the main thread and posting your notification. Can't get any safer than that.