Tagged Questions
1
vote
2answers
495 views
How to block until certain notification is posted in Cocoa?
What's the best way to sleep/wait until certain notification is posted?
I've got class with asynchronous API that gets data from NSNotification (notification comes from Cocoa, I can't avoid it) and I ...