NSNotificationNoCoalescing
Do not coalesce notifications in the queue.
キューの中で通知を結合しません。
NSNotificationCoalescingOnName
Coalesce notifications with the same name.
同じ名前を持つ通知を結合させます。
NSNotificationCoalescingOnSender
Coalesce notifications with the same object.
同じオブジェクトを持つ通知を結合させます。