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.
通知は、結合直後に投函されます。