On Sep 16, 2009, at 8:35 AM, Jerry Krinock wrote:
From NSNotificationQueue Documentation:
NSPostASAP [...]
NSPostWhenIdle [...]
NSPostNow [...]
Since a run loop is a closed loop, I always get confused about what
is the "end", and when it is idle. I guess the "notification
callout" is the
From NSNotificationQueue Documentation:
NSPostASAP
The notification is posted at the end of the current notification
callout or timer.
NSPostWhenIdle
The notification is posted when the run loop is idle.
NSPostNow
The notification is posted immediately after coalescing.
Since a run