Type Method 型メソッド

sleep(forTimeInterval:)

Sleeps the thread for a given time interval. スレッドをこの与えられた時間間隔スリープします。

Declaration 宣言

class func sleep(forTimeInterval ti: TimeInterval)

Parameters パラメータ

ti

The duration of the sleep. スリープの継続期間。

Discussion 議論

No run loop processing occurs while the thread is blocked. どんな実行ループ処理も、スレッドが遮断されている間には発生しません。

See Also 参照

Stopping a Thread あるスレッドを停止する