Global Variable グローバル変数

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メッセージを受け取る時に、スレッドが終了する前に、この通知を投函します。この通知を受け取るために発動されるオブザーバメソッドは、この通知は既存のスレッドにおいて、それが終了する前に、遂行します。

Declaration 宣言

const NSNotificationName NSThreadWillExitNotification;

Discussion 議論

The notification object is the exiting NSThread object. This notification does not contain a userInfo dictionary. 通知オブジェクトは、既存のNSThreadオブジェクトです。この通知は、userInfo辞書を含みません。

See Also 参照

Notifications 通知