Type Property 型プロパティ

current

Returns the run loop for the current thread. 現在のスレッドに対する実行ループを返します。

Declaration 宣言

class var current: RunLoop { get }

Return Value 戻り値

The NSRunLoop object for the current thread. 現在のスレッドに対するNSRunLoopオブジェクト。

Discussion 議論

If a run loop does not yet exist for the thread, one is created and returned. 実行ループがまだスレッドに対して存在しないならば、1つ作成されて返されます。

See Also 参照

Accessing Run Loops and Modes 実行ループおよびモードにアクセスする

Related Documentation 関連文書