Type Method 型メソッド

sleep(until:)

Blocks the current thread until the time specified. 指定された時間まで現在のスレッドを遮断します。

Declaration 宣言

class func sleep(until date: Date)

Parameters パラメータ

aDate

The time at which to resume processing. この時間で処理を再開することになります。

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書