NSDidBecomeSingleThreadedNotification
Not implemented.
実装されません。
NSThreadWillExitNotification
An
NSThread
object posts this notification when it receives the exit
message, before the thread exits. Observer methods invoked to receive this notification execute in the exiting thread, before it exits.
NSThread
オブジェクトは、それがexit
メッセージを受け取る時に、スレッドが終了する前に、この通知を投函します。この通知を受け取るために発動されるオブザーバメソッドは、この通知は既存のスレッドにおいて、それが終了する前に、遂行します。